Browse Source

fix typo (s/butfailed/but failed/)

master
Kristaps Kaupe 7 years ago
parent
commit
f8ec97b2ad
  1. 2
      jmdaemon/jmdaemon/message_channel.py

2
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.")

Loading…
Cancel
Save