Revert msr_log as macro (still work-in-progress)

This commit is contained in:
brectanus
2007-06-14 16:13:53 +00:00
parent 81d0f84ad3
commit d55e023bf7
2 changed files with 2 additions and 9 deletions

View File

@@ -245,7 +245,7 @@ void internal_log(request_rec *r, directory_config *dcfg, modsec_rec *msr,
* Logs one message at the given level to the debug log (and to the
* Apache error log if the message is important enough.
*/
void _msr_log(modsec_rec *msr, int level, const char *text, ...) {
void msr_log(modsec_rec *msr, int level, const char *text, ...) {
va_list ap;
va_start(ap, text);