From: Victor Julien Date: Tue, 10 Apr 2012 15:52:32 +0000 (+0200) Subject: Add missing space to http.log. X-Git-Tag: suricata-1.3beta2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d59324a68695f3e591645b8f658ca74d6242c38;p=thirdparty%2Fsuricata.git Add missing space to http.log. --- diff --git a/src/log-httplog.c b/src/log-httplog.c index ca7bc01732..daf991bf7c 100644 --- a/src/log-httplog.c +++ b/src/log-httplog.c @@ -281,7 +281,7 @@ static TmEcode LogHttpLogIPWrapper(ThreadVars *tv, Packet *p, void *data, Packet MemBufferReset(aft->buffer); /* time */ - MemBufferWriteString(aft->buffer, "%s", timebuf); + MemBufferWriteString(aft->buffer, "%s ", timebuf); /* hostname */ if (tx->parsed_uri != NULL &&