* debian/apt.conf.daily:
[ntk/apt.git] / debian / apt.cron.daily
index 5524c16..1d4df56 100644 (file)
@@ -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