Skip to content
Snippets Groups Projects
Commit 7abee934 authored by juga's avatar juga
Browse files

chg: scanner: Better explanation in log message

parent 4adb743f
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,6 @@ class Heartbeat(object):
# The case when it is equal will only happen when all the relays
# have been measured.
if (new_measured_percent <= self.previous_measurement_percent):
log.warning("There is no progress measuring relays!.")
log.warning("There is no progress measuring new unique relays.")
self.previous_measurement_percent = new_measured_percent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment