]> git.saurik.com Git - apt.git/blobdiff - debian/apt.cron.daily
* Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt to
[apt.git] / debian / apt.cron.daily
index 5524c16eef0482eeeb6ae49c3690bd6103327783..1d4df56b63ccd7a06f3633cc01d56e33ed3ec104 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