[100071] trunk/base/src/pextlib1.0/tracelib.c

cal at macports.org cal at macports.org
Mon Nov 26 12:03:14 PST 2012


Revision: 100071
          https://trac.macports.org/changeset/100071
Author:   cal at macports.org
Date:     2012-11-26 12:03:14 -0800 (Mon, 26 Nov 2012)
Log Message:
-----------
tracelib: comment debug code

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tracelib.c

Modified: trunk/base/src/pextlib1.0/tracelib.c
===================================================================
--- trunk/base/src/pextlib1.0/tracelib.c	2012-11-26 17:47:00 UTC (rev 100070)
+++ trunk/base/src/pextlib1.0/tracelib.c	2012-11-26 20:03:14 UTC (rev 100071)
@@ -342,7 +342,7 @@
 	
 		t = depends;
 		for (; *t; t += strlen(t) + 1) {
-			fprintf(stderr, "trace: %s =?= %s\n", t, port);
+			/* fprintf(stderr, "trace: %s =?= %s\n", t, port); */
 			if (!strcmp(t, port)) {
 				resolution = '+';
 				break;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121126/5cc86787/attachment.html>


More information about the macports-changes mailing list