From 75645b089d19ff211dbf19007a7048c0e8f8b521 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 12 Jun 2013 16:38:43 +0800 Subject: Bug 882059: fix "use of uninitialized value" warnings, and ignore some errors/warnings --- Bugzilla/Sentry.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Sentry.pm') diff --git a/Bugzilla/Sentry.pm b/Bugzilla/Sentry.pm index 66106f13a..e0866b27e 100644 --- a/Bugzilla/Sentry.pm +++ b/Bugzilla/Sentry.pm @@ -52,6 +52,7 @@ use constant CONFIG => { qr/Could not check out .*\/cvsroot/, qr/Unicode character \S+ is illegal/, qr/Lost connection to MySQL server during query/, + qr/Call me again when you have some data to chart/, ], # (ab)use the logger to classify error/warning types -- cgit v1.2.3-24-g4f1b