PERFORCE change 132897 for review
Steve Wise
swise at FreeBSD.org
Wed Jan 9 08:28:08 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132897
Change 132897 by swise at swise:vic10:iwarp on 2008/01/09 16:27:52
turn off debug
Affected files ...
.. //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#5 edit
Differences ...
==== //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#5 (text+ko) ====
@@ -58,7 +58,7 @@
#define PFX "krping: "
-static int debug = 1;
+static int debug = 0;
#define DEBUG_LOG if (debug) printf
MODULE_AUTHOR("Steve Wise");
More information about the p4-projects
mailing list