Don't call syslog() without a format string.
This commit is contained in:
parent
fcee96bdc1
commit
9cca1d3627
@ -279,7 +279,7 @@ traceactionlog(action, rt)
|
||||
first = 0;
|
||||
}
|
||||
}
|
||||
syslog(LOG_DEBUG, lstr);
|
||||
syslog(LOG_DEBUG, "%s", lstr);
|
||||
free(lstr);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user