Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 17:10:54 GMT
From:      Steve Wise <swise@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 135387 for review
Message-ID:  <200802141710.m1EHAshR099374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135387

Change 135387 by swise@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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802141710.m1EHAshR099374>