X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/312764930ff995ea9e7239b170af387f10d16a11..67f393ab12ca6c626a11847cf5bb78912f526dd5:/debian/apt.cron.daily?ds=sidebyside

diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily
index 5524c16ee..1d4df56b6 100644
--- a/debian/apt.cron.daily
+++ b/debian/apt.cron.daily
@@ -172,6 +172,7 @@ fi
 
 # check if we can lock the cache and if the cache is clean
 if ! apt-get check -q -q 2>/dev/null; then
+    echo "$0: could not lock the APT cache"
     exit 1
 fi