Skip to content

Commit

Permalink
pass a static string as the message and pass message as a replacement…
Browse files Browse the repository at this point in the history
… arg (#294)
  • Loading branch information
Michael Friend authored Nov 30, 2022
1 parent 55ebd77 commit ea05457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ open class OSLogWriter : LogWriter() {
__dso_handle.ptr,
OS_LOG_DEFAULT,
kermitSeverityToOsLogType(severity),
"%s",
message
)
if(throwable != null){
Expand Down

0 comments on commit ea05457

Please sign in to comment.