Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 13:01:24 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26033 for review
Message-ID:  <200302272101.h1RL1O3h050052@repoman.freebsd.org>

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

Change 26033 by jhb@jhb_laptop on 2003/02/27 13:01:03

	Axe these traces: far too verbose.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_eventhandler.c#13 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_eventhandler.c#13 (text+ko) ====

@@ -192,10 +192,6 @@
 	if (!strcmp(name, list->el_name))
 	    break;
     }
-    if (list != NULL)
-	CTR3(KTR_EVH, "%s: found list \"%s\" (%p)", __func__, name, list);
-    else
-	CTR2(KTR_EVH, "%s: did not find list \"%s\"", __func__, name);
     return (list);
 }
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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