Unified messages in the error log and in the audit log.

This commit is contained in:
ivanr
2007-11-26 15:39:37 +00:00
parent f0be2ff6b0
commit e467d3cac0
3 changed files with 8 additions and 8 deletions

View File

@@ -743,7 +743,7 @@ void sec_audit_logger(modsec_rec *msr) {
}
/* Producer */
text = apr_psprintf(msr->mp, "Producer: %s\n", MODULE_NAME_FULL);
text = apr_psprintf(msr->mp, "Producer: %s.\n", MODULE_NAME_FULL);
sec_auditlog_write(msr, text, strlen(text));
/* Server */