From 6a47dd27d6287535ef04175d8d07667baba63aed Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Thu, 16 Mar 2023 03:49:37 +0200 Subject: [PATCH] Add missing space to error message --- 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 4b46d81..3734cce 100644 --- a/jmdaemon/jmdaemon/message_channel.py +++ b/jmdaemon/jmdaemon/message_channel.py @@ -265,7 +265,7 @@ class MessageChannelCollection(object): #the user about it for now log.error("Tried to communicate on this message channel but " "failed: " + str(mc)) - log.error("You might have to comment out this message channel" + log.error("You might have to comment out this message channel " "in joinmarket.cfg and restart.") log.error("No action needed for makers / yield generators!") # todo: add logic to continue on other available mc