]> git.tuebingen.mpg.de Git - paraslash.git/commit
aft.c: Silence noisy warnings in com_add().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 24 Dec 2014 02:55:52 +0000 (02:55 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 14 Jun 2015 12:14:35 +0000 (14:14 +0200)
commit6d4179add38f41f609db21885e079145e4b5ea6a
tree4e8dbfe0c7361d0c1978eecdcfe3c2facb3b719f
parent8faafd97cfa6aa07cb79d908022001c5dffb3bc6
aft.c: Silence noisy warnings in com_add().

If the -a option to com_add() is not given, we ignore paths for which
guess_audio_format() returns negative. Currently the add command sends
a warning to the client for each skipped file, which may result in
very verbose output. This commit silences the warning.
aft.c