Displaying 1 result from an estimated 1 matches for "libipulog_compat".
2016 Mar 31
0
[Bug 1060] New: Garbage output
...ext
next
next
first
next
next
next
first
next
next
next
first
next
next
next
^C
After a while, it's a complete log clutter and waste of resources.
The problem is present in the latest git version, but seems to have been there
for a while:
$ grep -n 'printf.*\(first\|next\)' src/*
src/libipulog_compat.c:136: printf("first\n");
src/libipulog_compat.c:139:next_msg: printf("next\n");
Those printfs seem to have been forgotten when debugging, I'd say.
Sure it's possible to workaround (redirecting the output somewhere in the
middle?) but the methods aren't e...