--- agent/mibgroup/notification/snmpNotifyTable_data.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/agent/mibgroup/notification/snmpNotifyTable_data.c b/agent/mibgroup/notification/snmpNotifyTable_data.c index 9a2b42f98734..ee768143d169 100644 --- a/agent/mibgroup/notification/snmpNotifyTable_data.c +++ b/agent/mibgroup/notification/snmpNotifyTable_data.c @@ -524,11 +524,11 @@ init_snmpNotifyTable_data(void) static int done = 0; if (++done != 1) { - DEBUGMSGTL(("snmpNotifyTable_data", "multiple init calls")); + DEBUGMSGTL(("snmpNotifyTable_data", "multiple init calls\n")); return; } - DEBUGMSGTL(("snmpNotifyTable_data", "initializing... ")); + DEBUGMSGTL(("snmpNotifyTable_data", "initializing... \n")); /* * we need to be called back later to store our data @@ -561,7 +561,7 @@ init_snmpNotifyTable_data(void) void shutdown_snmpNotifyTable_data(void) { - DEBUGMSGTL(("snmpNotifyTable_data", "shutting down ... ")); + DEBUGMSGTL(("snmpNotifyTable_data", "shutting down ... \n")); snmp_unregister_callback(SNMP_CALLBACK_LIBRARY, SNMP_CALLBACK_STORE_DATA, store_snmpNotifyTable, NULL, FALSE); -- 2.17.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders