log error if cache receives invalid line
This commit is contained in:
@@ -408,7 +408,7 @@ function update_oid_cache() {
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo "cache: received invalid line" >&$DEBUGLOG
|
||||
echo "cache: received invalid line" >&2
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user