From c4cef878e6ba190afcd2af3e324c0b70bf40eb7f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 30 Sep 2004 09:06:12 +0000 Subject: [PATCH] Added another log filter. --- test/test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.py b/test/test.py index b557fb830..7575c1aeb 100755 --- a/test/test.py +++ b/test/test.py @@ -92,6 +92,8 @@ class TestLogFilter(logging.Filter): 'Queuing USER', 'IgnoresDB.reload failed', 'Starting log for', + 'Irc object for test dying', + 'Last Irc,', ] def filter(self, record): for bad in self.bads: