aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/renderobjectregistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/renderobjectregistry.cpp')
-rw-r--r--engines/sword25/gfx/renderobjectregistry.cpp6
1 files changed, 2 insertions, 4 deletions
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