Skip to content

Commit

Permalink
Fix debug message when the real servers map is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwer committed Oct 14, 2020
1 parent 3bf4f9c commit 61b4baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbulb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def loop(self):
self._update_real_server(self.cfg.real_server_ips,
new_real_server_ips)
self.cfg.real_server_ips = new_real_server_ips
self._dump_map()
self._dump_real_server_map()
print("... new config applied.")
# DEBUG STUFF
# (task, pid, cpu, flags, ts, msg) =
Expand Down

0 comments on commit 61b4baf

Please sign in to comment.