]> git.ipfire.org Git - oddments/ddns.git/blobdiff - src/ddns/providers.py
Only print this messages for forced update in debugging mode.
[oddments/ddns.git] / src / ddns / providers.py
index 90aa6af691048d8a142e29896caf8ebcbf077ea9..a023b1e0c9e7464090b296ed3fc35e0e8f66078f 100644 (file)
@@ -98,11 +98,11 @@ class DDNSProvider(object):
 
        def __call__(self, force=False):
                if force:
-                       logger.info(_("Updating %s forced") % self.hostname)
+                       logger.debug(_("Updating %s forced") % self.hostname)
 
                # Check if we actually need to update this host.
                elif self.is_uptodate(self.protocols):
-                       logger.info(_("%s is already up to date") % self.hostname)
+                       logger.debug(_("%s is already up to date") % self.hostname)
                        return
 
                # Execute the update.