make checkKey always return unknown

This commit is contained in:
Joey Hess 2014-12-17 15:39:35 -04:00
parent e2214f6ac8
commit b302d4207c

View file

@ -181,9 +181,9 @@ while read line; do
;;
CHECKPRESENT)
key="$2"
# Let's just assume that torrents are always present
# Let's just assume that torrents are never present
# for simplicity.
echo CHECKPRESENT-SUCCESS "$key"
echo CHECKPRESENT-UNKNOWN "$key" "cannot reliably check torrent status"
;;
REMOVE)
key="$2"