log error if cache receives invalid line

This commit is contained in:
2024-10-15 15:34:03 +02:00
parent ae0f0aa745
commit 48346d02e7

View File

@@ -408,7 +408,7 @@ function update_oid_cache() {
break
;;
*)
echo "cache: received invalid line" >&$DEBUGLOG
echo "cache: received invalid line" >&2
;;
esac
done