Don't call syslog() without a format string.

This commit is contained in:
Kris Kennaway 2000-07-12 00:00:12 +00:00
parent fcee96bdc1
commit 9cca1d3627

View File

@ -279,7 +279,7 @@ traceactionlog(action, rt)
first = 0;
}
}
syslog(LOG_DEBUG, lstr);
syslog(LOG_DEBUG, "%s", lstr);
free(lstr);
}