From 4df25ef499e263a77ea7a4dffdbb27a3b4d9b2db Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 3 Apr 2012 00:07:57 +0200 Subject: [PATCH] Apply http.log formatting fix by Chris Wakelin. --- src/log-httplog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.47.2