diff --git a/ChangeLog b/ChangeLog
index 94047d2e461a1e047549df1d3a6a52752aa35412..bf1d4da67367fa5eee685f1a5742abf77e951099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-12-19  Per Cederqvist  <ceder@sedesopim.lysator.liu.se>
 
+	Print job number when holding or stopping.
+	* backup-all: Print job number and total number of jobs when
+	stopping or holding.
+
 	Run distribute-tasks interactively and have the operator confirm
 	any changes.  Better handling of changed origins.
 	* distribute-tasks (JobInfo.__init__): Initialize __active.
diff --git a/backup-all b/backup-all
index e1c6162e4243cacc14dd43982215e73f2c09230f..e8174873f239423fbc54a604ba7a8d06d2cf35ec 100755
--- a/backup-all
+++ b/backup-all
@@ -73,13 +73,13 @@ do
 
     if [ -f /nobackup/backup.lysator/etc/stop ]
     then
-	echo Stop file found.  Exiting. >&2
+	echo Stop file found.  Exiting at $ctr/$total. >&2
 	exit 1
     fi
 
     if [ -f /nobackup/backup.lysator/etc/hold ]
     then
-	echo Hold file found.  Holding... >&2
+	echo Hold file found.  Holding at $ctr/$total... >&2
 	while [ -f /nobackup/backup.lysator/etc/hold ]
 	do
 	  sleep 1