Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 04:50:31 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192285 - head/sys/dev/xen/console
Message-ID:  <200905180450.n4I4oV5Q049903@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon May 18 04:50:31 2009
New Revision: 192285
URL: http://svn.freebsd.org/changeset/base/192285

Log:
  Disable some un-needed console debugging.

Modified:
  head/sys/dev/xen/console/console.c

Modified: head/sys/dev/xen/console/console.c
==============================================================================
--- head/sys/dev/xen/console/console.c	Mon May 18 04:07:46 2009	(r192284)
+++ head/sys/dev/xen/console/console.c	Mon May 18 04:50:31 2009	(r192285)
@@ -152,7 +152,7 @@ xccncheckc(struct consdev *dev)
 	
 	CN_LOCK(cn_mtx);
 	if ((rp - rc)) {
-		if (kdb_active) printf("%s:%d\n", __func__, __LINE__);
+		/* if (kdb_active) printf("%s:%d\n", __func__, __LINE__); */
 		/* we need to return only one char */
 		ret = (int)rbuf[RBUF_MASK(rc)];
 		rc++;



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