diff --git a/gramps/gen/lib/calendar.py b/gramps/gen/lib/calendar.py index 1ea01bc06..410a53182 100644 --- a/gramps/gen/lib/calendar.py +++ b/gramps/gen/lib/calendar.py @@ -582,5 +582,5 @@ try: except ImportError: import logging LOG = logging.getLogger(".calendar") - LOG.warn("sdn not available. " + LOG.info("sdn not available. " "Install Calendar with pypi for native Hebrew calendar calculations.")