mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
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:
parent
cc06c9f5f0
commit
9e7ca56067
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user