NetworkManager r4179 - trunk/src/dnsmasq-manager



Author: dcbw
Date: Mon Oct 13 16:25:58 2008
New Revision: 4179
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4179&view=rev

Log:
fix wrong debug message

Modified:
   trunk/src/dnsmasq-manager/nm-dnsmasq-manager.c

Modified: trunk/src/dnsmasq-manager/nm-dnsmasq-manager.c
==============================================================================
--- trunk/src/dnsmasq-manager/nm-dnsmasq-manager.c	(original)
+++ trunk/src/dnsmasq-manager/nm-dnsmasq-manager.c	Mon Oct 13 16:25:58 2008
@@ -409,9 +409,9 @@
 		kill (pid, SIGKILL);
 
 	/* ensure the child is reaped */
-	nm_debug ("waiting for ppp pid %d to exit", pid);
+	nm_debug ("waiting for dnsmasq pid %d to exit", pid);
 	waitpid (pid, NULL, 0);
-	nm_debug ("ppp pid %d cleaned up", pid);
+	nm_debug ("dnsmasq pid %d cleaned up", pid);
 
 	return FALSE;
 }
@@ -437,9 +437,9 @@
 			kill (priv->pid, SIGKILL);
 
 			/* ensure the child is reaped */
-			nm_debug ("waiting for ppp pid %d to exit", priv->pid);
+			nm_debug ("waiting for dnsmasq pid %d to exit", priv->pid);
 			waitpid (priv->pid, NULL, 0);
-			nm_debug ("ppp pid %d cleaned up", priv->pid);
+			nm_debug ("dnsmasq pid %d cleaned up", priv->pid);
 		}
 
 		priv->pid = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]