From: mmj Date: Tue, 27 Apr 2004 20:11:59 +0000 (+1000) Subject: if 0 ... #endif out debug messages X-Git-Tag: RELEASE_1_0_0~269 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a150567c94646bcbc5de442e4e128482e1ff31d;p=thirdparty%2Fmlmmj.git if 0 ... #endif out debug messages --- diff --git a/src/mlmmj-bounce.c b/src/mlmmj-bounce.c index 458e684e..d33395a0 100644 --- a/src/mlmmj-bounce.c +++ b/src/mlmmj-bounce.c @@ -70,8 +70,9 @@ int main(int argc, char **argv) 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);