diff options
Diffstat (limited to 'daemon/watchconnector.cpp')
| -rw-r--r-- | daemon/watchconnector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/watchconnector.cpp b/daemon/watchconnector.cpp index 3e72a58..8411115 100644 --- a/daemon/watchconnector.cpp +++ b/daemon/watchconnector.cpp @@ -13,7 +13,7 @@ #include "timelineitem.h" static const int RECONNECT_TIMEOUT = 500; //ms -static const bool PROTOCOL_DEBUG = false; +static const bool PROTOCOL_DEBUG = true; QDebug operator<< (QDebug d, const WatchConnector::SoftwareVersion &ver) { QDebugStateSaver save(d); |
