aboutsummaryrefslogtreecommitdiff
path: root/saga/font.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-07-05 16:58:36 +0000
committerEugene Sandulenko2005-07-05 16:58:36 +0000
commit57858a8757a5b3d96958ec856862886184082652 (patch)
tree3877bff19788a81c5d9ddb9fedb54d29620ab447 /saga/font.cpp
parent34d6c7de8c2b97165cc50f8503b0f87751643e7d (diff)
downloadscummvm-rg350-57858a8757a5b3d96958ec856862886184082652.tar.gz
scummvm-rg350-57858a8757a5b3d96958ec856862886184082652.tar.bz2
scummvm-rg350-57858a8757a5b3d96958ec856862886184082652.zip
Hid most of debug output to deeper levels. We're pretty close to official
launch so it should be invisible to users. svn-id: r18497
Diffstat (limited to 'saga/font.cpp')
-rw-r--r--saga/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/font.cpp b/saga/font.cpp
index a364fb3ad2..124e7af6f4 100644
--- a/saga/font.cpp
+++ b/saga/font.cpp
@@ -60,7 +60,7 @@ Font::Font(SagaEngine *vm) : _vm(vm), _initialized(false) {
Font::~Font(void) {
// int i;
- debug(0, "Font::~Font(): Freeing fonts.");
+ debug(8, "Font::~Font(): Freeing fonts.");
/*
for (i = 0 ; i < FONT_COUNT ; i++) {
if (_fonts[i] != NULL) {