]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
if 0 ... #endif out debug messages
authormmj <none@none>
Tue, 27 Apr 2004 20:11:59 +0000 (06:11 +1000)
committermmj <none@none>
Tue, 27 Apr 2004 20:11:59 +0000 (06:11 +1000)
src/mlmmj-bounce.c

index 458e684e56e57b0d698656ca1df4864b97fe19fa..d33395a0ae03516f64116ab10d037b40e34ce3a7 100644 (file)
@@ -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);