Actions
Bug #264
closedDebug output on console needs to be turned off
Start date:
13 Jan 2014
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
There is debug output to the console that shows the network configuration. That shouldn't be there unless debug is enabled.
Updated by Hammel almost 11 years ago
- Target version changed from 1.0.0 to 0.8.0
Updated by Hammel almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Switched all references to fprintf(stderr,...), printf(), g_print() and g_printerr() to use logger() instead. Without the -v command line option, nothing is output to console anymore.
This issue can be closed.
Actions