also log the invalid line

This commit is contained in:
2024-10-15 16:36:22 +02:00
parent 48346d02e7
commit 3aecda95ba

View File

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