PERFORCE change 135387 for review

Steve Wise swise at FreeBSD.org
Thu Feb 14 09:10:55 PST 2008


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

Change 135387 by swise at swise:vic10:iwarp on 2008/02/14 17:10:31

	krping: turn off debug

Affected files ...

.. //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#9 edit

Differences ...

==== //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#9 (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