aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--room.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/room.cpp b/room.cpp
index 519f08f5..0e4b1385 100644
--- a/room.cpp
+++ b/room.cpp
@@ -119,6 +119,9 @@ class Room::Private
if (p == 0)
p = -1;
}
+ if (p != -1)
+ qCDebug(PROFILER) << "Transfer progress:" << p << "/" << t
+ << "=" << llround(double(p) / t * 100) << "%";
progress = p; total = t;
}
};