prelude-correlator/master: Fix typo (warnings, in place of warning)
[email protected] Tue, 20 Jul 2010 16:36:40 +0200 (CEST)
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit cb9cb33e9c52110272e179b08d52bc65a9ac0fb5 Author: Yoann Vandoorselaere <[email protected]> Date: Tue Jul 20 16:36:59 2010 +0200 Fix typo (warnings, in place of warning) ======================================== PreludeCorrelator/log.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================== diff --git a/PreludeCorrelator/log.py b/PreludeCorrelator/log.py index 89e1e5c..34b86cb 100644 --- a/PreludeCorrelator/log.py +++ b/PreludeCorrelator/log.py @@ -40,7 +40,7 @@ class Log(logging.Logger): self.critical(log) else: - self.warnings(("[unknown:%d] " % level) + log) + self.warning(("[unknown:%d] " % level) + log) def __init__(self, options): try: _______________________________________________ Prelude-cvslog site list [email protected] http://lists.prelude-technologies.com/mailman/listinfo/prelude-cvslog