aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/gfx.cpp')
-rw-r--r--saga/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp
index f4f2484605..cd26e03e0e 100644
--- a/saga/gfx.cpp
+++ b/saga/gfx.cpp
@@ -39,7 +39,7 @@ Gfx::Gfx(OSystem *system, int width, int height, GameDetector &detector) : _syst
_system->initSize(width, height);
_system->endGFXTransaction();
- debug(0, "Init screen %dx%d", width, height);
+ debug(5, "Init screen %dx%d", width, height);
// Convert surface data to R surface data
back_buf.pixels = calloc(1, width * height);
back_buf.w = width;