Skip to content
Snippets Groups Projects
Commit 7bccbbff authored by Matt Traudt's avatar Matt Traudt
Browse files

Log the type of result that is being recorded for a relay

parent bef6c7c6
No related branches found
No related tags found
No related merge requests found
......@@ -434,7 +434,8 @@ class ResultDump:
nick = result.nickname
self.store_result(result)
write_result_to_datadir(result, self.datadir)
log.debug('%s %s finished measurement', nick, fp[0:8])
log.debug('%s %s finished measurement with %s', nick, fp[0:8],
type(result).__name__)
def enter(self):
''' Main loop for the ResultDump thread '''
......
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