Skip to content

Commit f49e643

Browse files
committed
Update BranchLogger.m
1 parent b17ea2b commit f49e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BranchSDK/BranchLogger.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ - (void)logMessage:(NSString *)message withLevel:(BranchLogLevel)level error:(NS
6363
} else {
6464
os_log_t log = os_log_create("io.branch.sdk", "BranchSDK");
6565
os_log_type_t osLogType = [self osLogTypeForBranchLogLevel:level];
66-
os_log_with_type(log, osLogType, "%{public}@", fullMessage);
66+
os_log_with_type(log, osLogType, "%{private}@", fullMessage);
6767
}
6868
}
6969

0 commit comments

Comments
 (0)