From f8ec97b2adeb7b3d519768ac6413c1edae902b67 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Wed, 8 May 2019 01:35:49 +0300 Subject: [PATCH] fix typo (s/butfailed/but failed/) --- jmdaemon/jmdaemon/message_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmdaemon/jmdaemon/message_channel.py b/jmdaemon/jmdaemon/message_channel.py index 88773c7..9959a6f 100644 --- a/jmdaemon/jmdaemon/message_channel.py +++ b/jmdaemon/jmdaemon/message_channel.py @@ -266,7 +266,7 @@ class MessageChannelCollection(object): #is supposed to be sent. There used to be an exception raise. #to prevent a crash (especially in makers), we just inform #the user about it for now - log.error("Tried to communicate on this IRC server but" + log.error("Tried to communicate on this IRC server but " "failed: " + str(mc)) log.error("You might have to comment out this IRC server " "in joinmarket.cfg and restart.")