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)

(cherry picked from commit ea05457)
  • Loading branch information
Michael Friend authored and findjigar committed Oct 3, 2023
1 parent 9d2510d commit 5776244
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 5776244

Please sign in to comment.