[Guessnet-devel] [svn] r176 - in trunk: . src

Enrico Zini enrico at costa.debian.org
Sat Sep 23 15:26:03 UTC 2006


Author: enrico
Date: Sat Sep 23 15:25:58 2006
New Revision: 176

Modified:
   trunk/   (props changed)
   trunk/src/guessnet.cc
Log:
 r452 at viaza:  enrico | 2006-09-23 16:24:18 +0100
 Removed another cursed %.*s


Modified: trunk/src/guessnet.cc
==============================================================================
--- trunk/src/guessnet.cc	(original)
+++ trunk/src/guessnet.cc	Sat Sep 23 15:25:58 2006
@@ -316,7 +316,7 @@
 			else if (const LinkBeatScan* s = dynamic_cast<const LinkBeatScan*>(scan))
 			{
 				//warning("Link-beat detection currently disabled\n");
-				debug("Will test for link beat.  If absent, will return %.*s\n",
+				debug("Will test for link beat.  If absent, will return %s\n",
 						s->name().c_str());
 
 				iface.update();



More information about the Guessnet-devel mailing list