blob: 5b816ab9fe6fdeacc7f96014b2a12d8ce30e18fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- openarc/openarc.c
+++ openarc/openarc.c.new
@@ -3645,8 +3645,8 @@ mlfi_eom(SMFICTX *ctx)
if (conf->conf_dolog)
{
syslog(LOG_WARNING,
- "%s: can't parse %s; ignoring",
- afc->mctx_jobid, AUTHRESULTSHDR);
+ "%s: can't parse %s; %s ; ignoring",
+ afc->mctx_jobid, AUTHRESULTSHDR, hdr->hdr_val);
}
continue;
|