Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
7abee934
Commit
7abee934
authored
Mar 29, 2019
by
juga
Browse files
chg: scanner: Better explanation in log message
parent
4adb743f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/lib/heartbeat.py
View file @
7abee934
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment