aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/application.cpp')
-rw-r--r--src/menu/application.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/application.cpp b/src/menu/application.cpp
index 089388c0..37e532a2 100644
--- a/src/menu/application.cpp
+++ b/src/menu/application.cpp
@@ -119,7 +119,7 @@ namespace usdx
repaint();
SDL_GL_SwapBuffers();
- LOG4CXX_TRACE(log, L"repaint");
+ LOG4CXX_TRACE(log, "repaint");
// poll current events
while (event_manager.available() && SDL_PollEvent(&event)) {
@@ -185,7 +185,7 @@ namespace usdx
}
if (! display) {
- LOG4CXX_ERROR(log, L"SDL_SetVideoMode failed.");
+ LOG4CXX_ERROR(log, "SDL_SetVideoMode failed.");
throw new std::exception();
}