summaryrefslogtreecommitdiff
path: root/common/nslog_log.mm
diff options
context:
space:
mode:
Diffstat (limited to 'common/nslog_log.mm')
-rw-r--r--common/nslog_log.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nslog_log.mm b/common/nslog_log.mm
index c6ca65d0b7..12230143ac 100644
--- a/common/nslog_log.mm
+++ b/common/nslog_log.mm
@@ -4,7 +4,7 @@
#include <cstdarg>
-namespace llmr {
+namespace mbgl {
void NSLogBackend::record(EventSeverity severity, Event event, const std::string &msg) {
NSLog(@"[%s] %s: %@", EventSeverityClass(severity).c_str(), EventClass(event).c_str(),