changeset 60:c67aeccaf498

if 0 ... #endif out debug messages
author mmj
date Wed, 28 Apr 2004 06:11:59 +1000
parents 0e6552948975
children 1eeb68a538bf
files src/mlmmj-bounce.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-bounce.c	Wed Apr 28 03:30:39 2004 +1000
+++ b/src/mlmmj-bounce.c	Wed Apr 28 06:11:59 2004 +1000
@@ -70,8 +70,9 @@
 		exit(EXIT_FAILURE);
 	}
 
+#if 0
 	log_error(LOG_ARGS, "[%s] [%s] [%s]", listdir, address, number);
-
+#endif
 	/* save the filename with '=' before replacing it with '@' */
 	bfilename = concatstr(3, listdir, "/bounce/", address);