vdr-addon: ups. accidently changed loglevel in previous commit

This commit is contained in:
Stefan Saraev 2013-12-19 13:24:07 +02:00
parent c7db0b442b
commit 1ffd85b4c0

View File

@ -90,7 +90,7 @@ VDR_ARG="-g /tmp --no-kbd"
if [ "$DEBUG" = "yes" ]; then
VDR_ARG="$VDR_ARG --log=3"
else
VDR_ARG="$VDR_ARG --log=3"
VDR_ARG="$VDR_ARG --log=1"
fi
SVDRP_PORT=0