summaryrefslogtreecommitdiff
path: root/src/gui/widgets/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r--src/gui/widgets/window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp
index e57918b7..b05731bd 100644
--- a/src/gui/widgets/window.cpp
+++ b/src/gui/widgets/window.cpp
@@ -53,7 +53,7 @@ Window::Window(SkinType skinType, const std::string &caption, bool modal, Window
, mMaxWinWidth(graphics->getWidth())
, mMaxWinHeight(graphics->getHeight())
{
- logger->log("Window::Window(\"%s\")", caption.c_str());
+ Log::debug("Window::Window(\"%s\")", caption.c_str());
if (!windowContainer)
throw GCN_EXCEPTION("Window::Window(): no windowContainer set");
@@ -82,7 +82,7 @@ Window::Window(SkinType skinType, const std::string &caption, bool modal, Window
Window::~Window()
{
- logger->log("Window::~Window(\"%s\")", getCaption().c_str());
+ Log::debug("Window::~Window(\"%s\")", getCaption().c_str());
saveWindowState();