7088: rm warning on `import sdn' failure

svn: r23219
This commit is contained in:
Vassilii Khachaturov 2013-09-30 11:43:15 +00:00
parent dc246df9d3
commit ad3461142d

View File

@ -583,5 +583,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.")