]> git.ipfire.org Git - ipfire.org.git/commitdiff
Be less verbose when tweeting
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Aug 2019 13:54:45 +0000 (14:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 26 Aug 2019 13:54:45 +0000 (14:54 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/tweets.py

index bb8e2a296bf65fc757b00ae9334c27e580084dc0..11370427d38da6e1525a64452030b7831a6e3072 100644 (file)
@@ -59,7 +59,7 @@ class Tweets(Object):
                return res
 
        def _tweet(self, tweet):
-               logging.info("Tweeting: %s" % tweet.message)
+               logging.debug("Tweeting: %s" % tweet.message)
 
                # Update database status
                self.db.execute("UPDATE tweets \