summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.c
diff options
context:
space:
mode:
authorChristopher Powell <chris@grubbybaby.com>2002-12-18 01:39:28 (GMT)
committer Christopher Powell <chris@grubbybaby.com>2002-12-18 01:39:28 (GMT)
commitfeffa25905c80cdab114ff90db135a48e3a71f4e (patch)
tree1aa6a71ca0d34351755c1e3769a5c112100dbeda /mod_log_sql.c
parent0d8d2676e9b345eb66d2d3a145fbf64d1429a9b2 (diff)
Removed message about insufficient info to log.1.18
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;