X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.inspircd.inc;h=0ba1f88def9fe6da77a348aedf0eb2962a377d14;hb=f8b8a643c07f9c5c7858bc97f6da1208f87935bd;hp=183c11c7172a159e311591574cfff30aaf98bdc5;hpb=738cde7f2a8e173f82e92ea3d506aee48eb9a722;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/.inspircd.inc b/.inspircd.inc index 183c11c71..0ba1f88de 100644 --- a/.inspircd.inc +++ b/.inspircd.inc @@ -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