diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index 878ecd2fc..ef726d414 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -33,7 +33,7 @@ import os import codecs import locale import logging -LOG = logging.getLogger("grampslocale") +LOG = logging.getLogger(__name__) HAVE_ICU = False _hdlr = None # GrampsLocale initialization comes before command-line argument