aboutsummaryrefslogtreecommitdiff
path: root/bitbotd
diff options
context:
space:
mode:
Diffstat (limited to 'bitbotd')
-rwxr-xr-xbitbotd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbotd b/bitbotd
index 7bd15e73..c3396d04 100755
--- a/bitbotd
+++ b/bitbotd
@@ -157,7 +157,7 @@ if len(server_configs):
for server in servers:
if not bot.connect(server):
- log.error("Failed to connect to '%s'" % str(server))
+ log.error("Failed to connect to '%s'", [str(server)], exc_info=True)
if not args.startup_disconnects:
sys.exit(3)