Bling quietly.
authorCMDR furrycat <elite@furrycat.net>
Wed, 10 Jan 2018 19:29:49 +0000 (19:29 +0000)
committerCMDR furrycat <elite@furrycat.net>
Wed, 10 Jan 2018 19:29:49 +0000 (19:29 +0000)
plugin/bling/bling.py

index 58ada2f..9922839 100644 (file)
@@ -169,7 +169,7 @@ class Bling(object):
     if maskfile is not None:
       try:
         mask = Image.open(maskfile)
-        log.info('Mask image is {}'.format(maskfile))
+        log.debug('Mask image is {}'.format(maskfile))
       except IOError:
         pass
     cutoff = float(bg.width) / 1.5