]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - .inspircd.inc
More spanningtree tweaks
[user/henk/code/inspircd.git] / .inspircd.inc
index 183c11c7172a159e311591574cfff30aaf98bdc5..0ba1f88def9fe6da77a348aedf0eb2962a377d14 100644 (file)
@@ -115,7 +115,7 @@ sub debug {
        checkgdb();
 
        # If we are still alive here.. Try starting the IRCd..
-       system("gdb --command=$basepath/.gdbargs --args $binpath/$executable -nofork -debug -nolog");
+       system("gdb --command=$basepath/.gdbargs --args $binpath/$executable -nofork -debug");
 }
 
 sub screendebug