user2 = accessLogFormatName(al->cache.rfc931);
- logfilePrintf(logfile, "%s %s %s [%s] \"%s %s HTTP/%d.%d\" %d %"PRId64" %s:%s",
+ logfilePrintf(logfile, "%s %s %s [%s] \"%s %s HTTP/%d.%d\" %d %"PRId64" %s:%s%s",
client,
user2 ? user2 : dash_str,
user1 ? user1 : dash_str,
al->http.code,
al->cache.replySize,
log_tags[al->cache.code],
- hier_strings[al->hier.code]);
+ hier_strings[al->hier.code],
+ (Config.onoff.log_mime_hdrs?"":"\n"));
safe_free(user1);
logfilePrintf(logfile, " [%s] [%s]\n", ereq, erep);
safe_free(ereq);
safe_free(erep);
- } else {
- logfilePrintf(logfile, "\n");
}
-
}
#if ICAP_CLIENT
return 0;
}
-