Time: be less noisy about missing ddate module

This is a fairly niche command so it's not necessary to bother the user on every load.
Also, clarify which plugin this message originates from.
This commit is contained in:
James Lu 2017-10-29 16:14:39 -07:00
parent cc06c9f5f0
commit 9e7ca56067
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ _ = PluginInternationalization('Time')
try:
from ddate.base import DDate as _ddate
except ImportError:
log.info("'ddate' not available, disabling command.")
log.debug("Time: the ddate module is not available; disabling that command.")
_ddate = None
try: