[Pkg-privacy-commits] [mat] 57/68: Correct wording for absent dependencies
Sascha Steinbiss
sascha at steinbiss.name
Sun Jan 3 12:32:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository mat.
commit 07057bc6adceef5b626d69442e48d0babab1134c
Author: jvoisin <julien.voisin at dustri.org>
Date: Sun Dec 20 15:49:27 2015 +0100
Correct wording for absent dependencies
There is _no_ image support without exiftool, and _no_ audio support
without mutagen. Not "limited" support.
---
libmat/strippers.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libmat/strippers.py b/libmat/strippers.py
index 53591ad..148356f 100644
--- a/libmat/strippers.py
+++ b/libmat/strippers.py
@@ -58,7 +58,7 @@ try:
STRIPPERS['audio/ogg'] = mutagenstripper.OggStripper
STRIPPERS['audio/mpeg'] = mutagenstripper.MpegAudioStripper
except ImportError:
- logging.error('Unable to import python-mutagen: limited audio format support')
+ logging.error('Unable to import python-mutagen: no audio format support')
# exiftool
try:
@@ -68,4 +68,4 @@ try:
STRIPPERS['image/png'] = exiftool.PngStripper
STRIPPERS['image/tiff'] = exiftool.TiffStripper
except OSError:
- logging.error('Unable to find exiftool: limited images support')
+ logging.error('Unable to find exiftool: no images support')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git
More information about the Pkg-privacy-commits
mailing list