From: Thierry Parmentelat Date: Fri, 8 Oct 2010 07:23:40 +0000 (+0200) Subject: fix typo X-Git-Tag: sfa-1.0-2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ed20d57c07c97e01e2da32f690312ecceef7cb5a;p=sfa.git fix typo --- 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():