Comment 1 for bug 383203

Revision history for this message
Barry Warsaw (barry) wrote :

Actually, there's only one call site where log_exception() is called outside of an except: handler. I think the simpler fix is to just turn this into a syslog() call, since it's not an exceptional condition and doesn't need an OOPS.