diff dstress.c @ 493:1418f225a81e

disabled debug output
author thomask
date Thu, 28 Apr 2005 06:57:27 +0000
parents d091ff903fa4
children 0434764d4a66
line wrap: on
line diff
--- a/dstress.c	Thu Apr 28 06:55:43 2005 +0000
+++ b/dstress.c	Thu Apr 28 06:57:27 2005 +0000
@@ -497,7 +497,7 @@
 	error_line = getCaseFlag(buffer, "__DSTRESS_ELINE__");
 	error_file = getCaseFlag(buffer, "__DSTRESS_EFILE__");
 
-#if 0
+#ifdef DEBUG
 	fprintf(stderr, "case:     \"%s\"\n", case_file);
 	fprintf(stderr, "compiler: \"%s\"\n", compiler);
 	fprintf(stderr, "DFLAGS G: \"%s\"\n", cmd_arg_general);