Browse Source

Add missing space to error message

master
Kristaps Kaupe 3 years ago
parent
commit
6a47dd27d6
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      jmdaemon/jmdaemon/message_channel.py

2
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

Loading…
Cancel
Save