PERFORCE change 124459 for review

Marko Zec zec at FreeBSD.org
Wed Aug 1 12:14:09 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=124459

Change 124459 by zec at zec_tpx32 on 2007/08/01 12:13:34

	A trailing "\n" was missing in a printf()...

Affected files ...

.. //depot/projects/vimage/src/sys/netgraph/ng_base.c#15 edit

Differences ...

==== //depot/projects/vimage/src/sys/netgraph/ng_base.c#15 (text+ko) ====

@@ -3225,7 +3225,7 @@
 		if (node == last_killed) {
 			/* This should never happen */
 			node->nd_flags |= NGF_REALLY_DIE;
-			printf("netgraph node %s needs NGF_REALLY_DIE",
+			printf("netgraph node %s needs NGF_REALLY_DIE\n",
 			    node->nd_name);
 			ng_rmnode(node, NULL, NULL, 0);
 			/* This must never happen */


More information about the p4-projects mailing list