summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tracker-trackhat/handle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-trackhat/handle.cpp b/tracker-trackhat/handle.cpp
index 0c2ce822..42902e76 100644
--- a/tracker-trackhat/handle.cpp
+++ b/tracker-trackhat/handle.cpp
@@ -31,7 +31,7 @@ bool camera_handle::ensure_connected()
auto dbg = qDebug();
dbg << "tracker/trackhat: connect failed, retry";
dbg.space(); dbg.nospace();
- dbg << i << "/" << max_attempts;
+ dbg << (i+1) << "/" << max_attempts;
portable::sleep(50);
}