changeset 13928:24d79a3708c6

decode2text.sh: Exit with 0 even if the decoding failed. There's nothing to be done anyway, since they are external programs. These errors just flood the error log unnecessarily.
author Timo Sirainen <tss@iki.fi>
date Tue, 10 Jan 2012 23:30:36 +0200
parents bc3b343b1999
children 19700d683144
files src/plugins/fts/decode2text.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/fts/decode2text.sh	Tue Jan 10 23:28:03 2012 +0200
+++ b/src/plugins/fts/decode2text.sh	Tue Jan 10 23:30:36 2012 +0200
@@ -91,3 +91,4 @@
   echo "Buggy decoder script: $fmt not handled" >&2
   exit 1
 fi
+exit 0