Skip to content
Snippets Groups Projects
Commit 37cbef6c authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'issue/47' into 'master'

Issue SCRUM#47: Add log message to indicate reset

See merge request !5
parents 4b0b0364 884269dd
No related branches found
No related tags found
1 merge request!5Issue SCRUM#47: Add log message to indicate reset
......@@ -769,6 +769,7 @@ class GesacMonit(multiprocessing.Process):
# minutes from now
if value < 0:
self._set_sample(point.id, new_sample)
self._logger.warning("Bad sample, the router was likely restarted, point {}".format(point))
return
elif value > 0:
data[field] = value
......
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