summaryrefslogtreecommitdiff
path: root/daemon/watchconnector.cpp
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-01-02 03:31:42 +0100
committerAndrew Branson <andrew.branson@cern.ch>2016-02-12 00:07:55 +0100
commit5dc645452192f1e0b2261ec261945e310c77f8da (patch)
tree7ae609824320b35783fe5954f7f258d65a92666c /daemon/watchconnector.cpp
parentb8f4002115abfc7a63af023e6199284041368a62 (diff)
implement the AppFetch manager, including upload based on AppId
Conflicts: daemon/daemon.pro daemon/manager.cpp daemon/manager.h daemon/watchconnector.h
Diffstat (limited to 'daemon/watchconnector.cpp')
-rw-r--r--daemon/watchconnector.cpp2
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);