From 06c66aaff1df2b9670475335ebe05826f1636d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Mon, 10 Sep 2018 20:27:22 +0200 Subject: [PATCH] Add debug output for NetworkMonitor --- gajim/gui_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gajim/gui_interface.py b/gajim/gui_interface.py index b9fa91981..199fb5464 100644 --- a/gajim/gui_interface.py +++ b/gajim/gui_interface.py @@ -2500,6 +2500,7 @@ class Interface: # same state, not only on change. return self.network_state = connected + log.debug('NetworkMonitor state change: %s', connected) if connected: for connection in app.connections.values(): if connection.connected <= 0 and connection.time_to_reconnect: