From 00a0f8d15df8f241741e4a9a68a71641715ae062 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 23 Jan 2011 14:49:50 +0000 Subject: SWORD25: Removed the custom log class and replaced it with warning/error/debugC calls svn-id: r55462 --- engines/sword25/gfx/renderobjectregistry.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/sword25/gfx/renderobjectregistry.cpp') diff --git a/engines/sword25/gfx/renderobjectregistry.cpp b/engines/sword25/gfx/renderobjectregistry.cpp index 8f55cf65a9..f8c7c39789 100644 --- a/engines/sword25/gfx/renderobjectregistry.cpp +++ b/engines/sword25/gfx/renderobjectregistry.cpp @@ -38,14 +38,12 @@ DECLARE_SINGLETON(Sword25::RenderObjectRegistry); namespace Sword25 { -#define BS_LOG_PREFIX "RENDEROBJECTREGISTRY" - void RenderObjectRegistry::logErrorLn(const char *message) const { - BS_LOG_ERRORLN(message); + error(message); } void RenderObjectRegistry::logWarningLn(const char *message) const { - BS_LOG_WARNINGLN(message); + warning(message); } } // End of namespace Sword25 -- cgit v1.2.3