summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.c
diff options
context:
space:
mode:
Diffstat (limited to 'mod_log_sql.c')
-rw-r--r--mod_log_sql.c1
1 files changed, 0 insertions, 1 deletions
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)
1366 1366
1367 /* Do we have enough info to log? */ 1367 /* Do we have enough info to log? */
1368 if (!cls->transfer_table_name) { 1368 if (!cls->transfer_table_name) {
1369 ap_log_error(APLOG_MARK,ERRLEVEL,orig->server,"mod_log_sql: configuration info is insufficient to log (hint: LogSQLTransferLogTable)");
1370 return DECLINED; 1369 return DECLINED;
1371 } else { 1370 } else {
1372 const char *thehost; 1371 const char *thehost;