Apply http.log formatting fix by Chris Wakelin.

remotes/origin/master
Victor Julien 14 years ago
parent e874a5a3de
commit 4df25ef499

@ -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 &&

Loading…
Cancel
Save