We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c8502 commit 726b8d0Copy full SHA for 726b8d0
1 file changed
nuimo_menue/listener.py
@@ -91,7 +91,7 @@ def connect_succeeded(self):
91
logging.info("Connecting succeeded!")
92
93
def connect_failed(self, error):
94
- logging.info("Connecting failed!")
+ logging.info("Connecting just failed, anyhow reattempts will may do the job!")
95
96
def started_disconnecting(self):
97
logging.info("Disconnecting...")
0 commit comments