CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/14 09:18:43
Modified files:
usr.sbin/snmpd : agentx.c
usr.sbin/relayd: agentx.c
Log message:
Shorten the AgentX header debug messages (only compiled with -DDEBUG)
to a single line and print to stderr instead of stdout. This makes it
easier to follow the debug output again. Also, as a rule of thumb, it
is OK to exceed 80 chars for these kinds of developer debug messages.
OK blambert@
