From 9e7ca56067080a4ce369ca5a365afc7f5fb73fde Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 29 Oct 2017 16:14:39 -0700 Subject: [PATCH] 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. --- plugins/Time/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Time/plugin.py b/plugins/Time/plugin.py index 5d9d2f0f6..b454bd2bc 100644 --- a/plugins/Time/plugin.py +++ b/plugins/Time/plugin.py @@ -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: