privoxy-log-parser: Fix an 'uninitialized value' warning
authorFabian Keil <fk@fabiankeil.de>
Mon, 20 Feb 2017 15:57:40 +0000 (15:57 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 20 Feb 2017 15:57:40 +0000 (15:57 +0000)
commitbc9b1576906eeff653f45c746e2851b16e031ddd
treea7bb516403fa3a9ccfa30cd2f2c3e51fd41c1df7
parentf8dbc81f51ddf04121644ad5da727f94f3ad11a5
privoxy-log-parser: Fix an 'uninitialized value' warning

... when generating statistics for a log file without response headers.

While privoxy-log-parser was supposed to detect this already,
the check was flawed and the message the user didn't see was
somewhat confusing anyway.

Now the message is less confusing, more helpful and actually printed.

Reported by: Robert Klemme
tools/privoxy-log-parser.pl