summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.c b/gfx.c
index 4fffd9407..0422fa00a 100644
--- a/gfx.c
+++ b/gfx.c
@@ -2003,7 +2003,7 @@ void ToggleFullScreen(bool fs)
{
_video_driver->toggle_fullscreen(fs);
if (_fullscreen != fs && _num_resolutions == 0) {
- DEBUG(misc, 0) ("Could not find a suitable fullscreen resolution.");
+ DEBUG(driver, 0, "Could not find a suitable fullscreen resolution");
}
}