From: Michael Tremer Date: Tue, 5 Aug 2014 17:37:54 +0000 (+0200) Subject: Print "already up to date" message only in debugging mode X-Git-Tag: 004~1 X-Git-Url: http://git.ipfire.org/?p=oddments%2Fddns.git;a=commitdiff_plain;h=7e1cc573b838a33649145345f494a2f7fddce44b Print "already up to date" message only in debugging mode --- diff --git a/src/ddns/providers.py b/src/ddns/providers.py index 6ab9073..43fc6bf 100644 --- a/src/ddns/providers.py +++ b/src/ddns/providers.py @@ -129,7 +129,7 @@ class DDNSProvider(object): # Check if we actually need to update this host. elif self.is_uptodate(self.protocols): - logger.info(_("The dynamic host %(hostname)s (%(provider)s) is already up to date") % \ + logger.debug(_("The dynamic host %(hostname)s (%(provider)s) is already up to date") % \ { "hostname" : self.hostname, "provider" : self.name }) return