From feffa25905c80cdab114ff90db135a48e3a71f4e Mon Sep 17 00:00:00 2001 From: Christopher Powell Date: Wed, 18 Dec 2002 01:39:28 +0000 Subject: Removed message about insufficient info to log. --- (limited to 'mod_log_sql.c') diff --git a/mod_log_sql.c b/mod_log_sql.c index d604e78..f02243e 100644 --- a/mod_log_sql.c +++ b/mod_log_sql.c @@ -1366,7 +1366,6 @@ int log_sql_transaction(request_rec *orig) /* Do we have enough info to log? */ if (!cls->transfer_table_name) { - ap_log_error(APLOG_MARK,ERRLEVEL,orig->server,"mod_log_sql: configuration info is insufficient to log (hint: LogSQLTransferLogTable)"); return DECLINED; } else { const char *thehost; -- cgit v0.9.2