Skip to content

Commit

Permalink
RFC5424 MsgID is not used atm.
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 18, 2024
1 parent db632ba commit 9de3950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void logit(int severity, const char *fmt, ...)
dumpster_dive(&sd.log_pid);

va_start(ap, fmt);
vsyslogp_r(severity, &sd, msgid, NULL, fmt, ap);
vsyslogp_r(severity, &sd, NULL, NULL, fmt, ap);
va_end(ap);
}

Expand Down

0 comments on commit 9de3950

Please sign in to comment.