Skip to content

Commit 726b8d0

Browse files
authored
#12: Improve connecting failed log message
1 parent 46c8502 commit 726b8d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuimo_menue/listener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def connect_succeeded(self):
9191
logging.info("Connecting succeeded!")
9292

9393
def connect_failed(self, error):
94-
logging.info("Connecting failed!")
94+
logging.info("Connecting just failed, anyhow reattempts will may do the job!")
9595

9696
def started_disconnecting(self):
9797
logging.info("Disconnecting...")

0 commit comments

Comments
 (0)