[Mailman-Developers] Re: [Mailman-checkins] mailman/Mailman/Gui Topics.py,2.4,2.5

Ron Jarrell jarrell@vt.edu
Thu, 18 Apr 2002 22:45:38 -0400


At 03:24 PM 4/18/02 -0700, you wrote:
>+            # Make sure the pattern was a legal regular expression
>+            try:
>+                syslog('error', 'pattern: %s', pattern)
>+                re.compile(pattern)
>+            except (re.error, TypeError):

Hey, Barry, this change to Topics?  Did you really want to syslog every
possible pattern to the error log, or did you perchance leave a debugging
syslog in there again :-)