Skip to content
Snippets Groups Projects
Commit dcae0548 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Print output:

parent 2e1c1505
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,9 @@ class MSGDumper(Module):
if " W0" in data:
source = "DataWriter"
self.fobj.write("{} [{}] - {}: {}\n".format(self.filename, source,
entry = "{} [{}] - {}: {}\n".format(self.filename, source,
log_level, data))
self.fobj.write(entry)
return blob
def finish(self):
......
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