From cbefea57e9b68df8a272e9041e079b647f627554 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 12 Apr 2008 17:55:47 +0000 Subject: Fixes for default log. It is now called ~/.inspircd/startup.log unless overridden by -logfile commandline param. The name of the log is more indicative of what it stores, and the location is more sane and fits in with standards. If the home directory cant be found from either HOME or USERPROFILE env vars, then the startup.log is dumped to the current directory. Removed -nolog from ./inspircd debug, antique setting. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9472 e03df62e-2008-0410-955e-edbf42e46eb7 --- .inspircd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.inspircd.inc') 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 -- cgit v1.2.3