]> git.ipfire.org Git - people/stevee/ddns.git/commitdiff
Print "already up to date" message only in debugging mode
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Aug 2014 17:37:54 +0000 (19:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 5 Aug 2014 17:37:54 +0000 (19:37 +0200)
src/ddns/providers.py

index 6ab9073ecee6a7a283dffcfcbcb0f2a2342717c2..43fc6bf726d40951aee2a3250e14ea44ecdbabf2 100644 (file)
@@ -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