Skip to content
Snippets Groups Projects
Commit 0d4e200d authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

print json conversion error

parent 906f1b3f
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ sub parse_stream
eval { $data= from_json($l); };
if ($@)
{
# print "error: ", $@, "\n";
print "error: ", $@, "\n";
next LINE;
}
# print "data: ", Dumper ($data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment