aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 5daae56fa5..f0e5caeded 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -694,7 +694,7 @@ bool GameDetector::detectGame() {
_game.filename = basename;
}
_gameText = gnl->gamename;
- debug(1, "Trying to start game '%s'",gnl->gamename);
+ printf("Trying to start game '%s'\n",gnl->gamename);
return true;
}
} while ((++gnl)->filename);