diff --git a/sc2/src/options.c b/sc2/src/options.c index 4c355776f..df170301f 100644 --- a/sc2/src/options.c +++ b/sc2/src/options.c @@ -62,6 +62,9 @@ prepareSaveDir (void) { // Create the path upto the save dir, if not already existing. mkdirhier (saveDir); +//#ifdef DEBUG + fprintf(stderr, "Saved games are kept in %s.\n", saveDir); +//#endif } void