/*
- * $Id: access_log.cc,v 1.109 2006/02/18 00:04:30 wessels Exp $
+ * $Id: access_log.cc,v 1.110 2006/02/19 11:21:07 serassio Exp $
*
* DEBUG: section 46 Access Log
* AUTHOR: Duane Wessels
logformat_token *new_lt, *last_lt;
enum log_quote quote = LOG_QUOTE_NONE;
- debug(46, 1) ("accessLogParseLogFormat: got definition '%s'\n", def);
+ debug(46, 2) ("accessLogParseLogFormat: got definition '%s'\n", def);
/* very inefficent parser, but who cares, this needs to be simple */
/* First off, let's tokenize, we'll optimize in a second pass.
/*
- * $Id: cache_cf.cc,v 1.487 2005/12/26 11:35:22 serassio Exp $
+ * $Id: cache_cf.cc,v 1.488 2006/02/19 11:21:07 serassio Exp $
*
* DEBUG: section 3 Configuration File Parsing
* AUTHOR: Harvest Derived
if ((def = strtok(NULL, "\r\n")) == NULL)
self_destruct();
- debug(3, 1) ("Logformat for '%s' is '%s'\n", name, def);
+ debug(3, 2) ("Logformat for '%s' is '%s'\n", name, def);
nlf = (logformat *)xcalloc(1, sizeof(logformat));