Skip to content

Commit

Permalink
iOS public logging
Browse files Browse the repository at this point in the history
Resolves #400
  • Loading branch information
rocketraman committed Nov 6, 2024
1 parent 4a0ea16 commit 2f96505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kermit-core/src/nativeInterop/cInterop/os_log.def
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ darwin_os_log_t darwin_log_create(const char *subsystem, const char *category) {
}

void darwin_log_with_type(darwin_os_log_t log, os_log_type_t type, const char *msg) {
os_log_with_type((os_log_t)log, type, "%s", msg);
os_log_with_type((os_log_t)log, type, "%{public}s", msg);
}

0 comments on commit 2f96505

Please sign in to comment.