From 0ea9904440e1a6d27fd20806c68658c4c4976204 Mon Sep 17 00:00:00 2001 From: Steven Hiscocks Date: Thu, 11 Apr 2013 18:19:44 +0100 Subject: [PATCH] TST: revert change of log format for testcases in commit a3d82e2 --- bin/fail2ban-testcases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/fail2ban-testcases b/bin/fail2ban-testcases index d276be1d..68a31786 100755 --- a/bin/fail2ban-testcases +++ b/bin/fail2ban-testcases @@ -109,7 +109,7 @@ else: # Custom log format for the verbose tests runs if verbosity > 1: # pragma: no cover - stdout.setFormatter(Formatter(' %(asctime)-15s %(thread)s %(name)s' + fmt)) + stdout.setFormatter(Formatter(' %(asctime)-15s %(thread)s' + fmt)) else: # pragma: no cover # just prefix with the space stdout.setFormatter(Formatter(fmt))