From: Victor Julien Date: Mon, 2 Apr 2012 22:07:57 +0000 (+0200) Subject: Apply http.log formatting fix by Chris Wakelin. X-Git-Tag: suricata-1.3beta1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4df25ef499e263a77ea7a4dffdbb27a3b4d9b2db;p=thirdparty%2Fsuricata.git Apply http.log formatting fix by Chris Wakelin. --- diff --git a/src/log-httplog.c b/src/log-httplog.c index 5438df3833..0d4baa56ea 100644 --- a/src/log-httplog.c +++ b/src/log-httplog.c @@ -285,7 +285,7 @@ static TmEcode LogHttpLogIPWrapper(ThreadVars *tv, Packet *p, void *data, Packet /* time */ PrintBufferData(aft->data, &aft->data_offset, OUTPUT_BUFFER_SIZE, - "%s", timebuf); + "%s ", timebuf); /* hostname */ if (tx->parsed_uri != NULL &&