summaryrefslogtreecommitdiff
path: root/common/stderr_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/stderr_log.cpp')
-rw-r--r--common/stderr_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stderr_log.cpp b/common/stderr_log.cpp
index da5799d753..bcb84447bb 100644
--- a/common/stderr_log.cpp
+++ b/common/stderr_log.cpp
@@ -3,7 +3,7 @@
#include <iostream>
#include <cstdarg>
-namespace llmr {
+namespace mbgl {
void StderrLogBackend::record(EventSeverity severity, Event event, const std::string &msg) {
std::cerr << "[" << severity << "] " << event << ": " << msg << std::endl;