summaryrefslogtreecommitdiffstats
path: root/src/debug/logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/logger.cpp')
-rw-r--r--src/debug/logger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/logger.cpp b/src/debug/logger.cpp
index 6fb1aee05..3acd95ff5 100644
--- a/src/debug/logger.cpp
+++ b/src/debug/logger.cpp
@@ -128,7 +128,7 @@ void Logger::init() {
log_stream << "<?xml version=\"1.0\"?>\n";
log_stream.flush();
_enabled = true;
- start<SimpleEvent<Event::CORE> >(Util::share_static("session"));
+ start<SimpleEvent<Event::CORE> >(Util::share_static_string("session"));
std::atexit(&do_shutdown);
}
}