mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-26 03:54:08 +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:
|
try:
|
||||||
from ddate.base import DDate as _ddate
|
from ddate.base import DDate as _ddate
|
||||||
except ImportError:
|
except ImportError:
|
||||||
log.info("'ddate' not available, disabling command.")
|
log.debug("Time: the ddate module is not available; disabling that command.")
|
||||||
_ddate = None
|
_ddate = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user