extra debug info

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1953 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-06 20:06:57 +00:00
parent 569b031a23
commit 5960b615d3
+3
View File
@@ -172,6 +172,9 @@ prepareConfigDir (const char *configDirName) {
} }
configDirName = buf; configDirName = buf;
} }
#ifdef DEBUG
fprintf (stderr, "Using config dir '%s'\n", configDirName);
#endif
// Set the environment variable UQM_CONFIG_DIR so UQM_MELEE_DIR // Set the environment variable UQM_CONFIG_DIR so UQM_MELEE_DIR
// and UQM_SAVE_DIR can refer to it. // and UQM_SAVE_DIR can refer to it.