Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Aug 27, 2024
1 parent ed9ecfb commit 9a03db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-C/CBLLog.mm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ - (instancetype) initWithDefault {
C4LogDomain domain = c4log_getDomain(domainName, true);
C4LogLevel level = string2level(defaults[key]);
c4log_setLevel(domain, level);
os_log(log, "CouchbaseLite logging to %s domain at level %s", domainName, kLevelNames[callbackLogLevel]);
os_log(log, "CouchbaseLite logging to %s domain at level %s", domainName, kLevelNames[level]);
}
}
#endif
Expand Down

0 comments on commit 9a03db9

Please sign in to comment.