diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index f28d2ae26..28dec8066 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