[PATCH 6/9] SNMP-NOTIFICATION-MIB: Add missing trailing newlines to debug statements

Bart Van Assche <[email protected]>
Newsgroups gmane.network.net-snmp.devel
Message-ID <[email protected]>
---
 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.