Skip to content
Snippets Groups Projects
Commit 884269dd authored by Lucas Fernandes de Oliveira's avatar Lucas Fernandes de Oliveira
Browse files

Issue SCRUM#47: Add log message to indicate reset


Signed-off-by: default avatarLucas Fernandes de Oliveira <lfo14@inf.ufpr.br>
parent 4b0b0364
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