From 57858a8757a5b3d96958ec856862886184082652 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 5 Jul 2005 16:58:36 +0000 Subject: 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 --- saga/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/font.cpp') 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) { -- cgit v1.2.3