From ed20d57c07c97e01e2da32f690312ecceef7cb5a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 8 Oct 2010 09:23:40 +0200 Subject: [PATCH] fix typo --- sfa/util/sfalogging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/sfalogging.py b/sfa/util/sfalogging.py index 60b159db..9d43d91d 100755 --- a/sfa/util/sfalogging.py +++ b/sfa/util/sfalogging.py @@ -106,7 +106,7 @@ def sfa_logger_goes_to_console(): # clients would change the default by issuing one of these call def sfa_logger_goes_to_import(): current_module=sys.modules[globals()['__name__']] - current_module._logger=_sfa_import_logger + current_module._logger=_import_logger # this is how to retrieve the 'right' logger def sfa_logger(): -- 2.43.0