From ff0be5a390dbd757e306a8c781481819b9ea30b2 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Fri, 2 Feb 2007 23:07:49 +0000 Subject: [PATCH] Debug to file on by default (if the ~/.uqm/debug/ dir exists). git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2695 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/netplay/netplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/netplay/netplay.h b/sc2/src/sc2code/netplay/netplay.h index d13bad05f..d8a67d430 100644 --- a/sc2/src/sc2code/netplay/netplay.h +++ b/sc2/src/sc2code/netplay/netplay.h @@ -33,7 +33,7 @@ #define NETPLAY_DEBUG /* Extra debugging for netplay */ -//#define NETPLAY_DEBUG_FILE +#define NETPLAY_DEBUG_FILE /* Dump extra debugging information to file. * Implies NETPLAY_DEBUG.*/ #define NETPLAY_STATISTICS