From a6269e88c80313ba7ed41d1e6b370b90f6fc098f Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 28 Feb 2009 19:27:30 +0000 Subject: [PATCH] Distributed PPSS is now able to show overall progress, thus how many items have been processed. --- branches/distributed-ppss/ppss.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/branches/distributed-ppss/ppss.sh b/branches/distributed-ppss/ppss.sh index b94811d..8c464f6 100755 --- a/branches/distributed-ppss/ppss.sh +++ b/branches/distributed-ppss/ppss.sh @@ -990,7 +990,7 @@ commando () { then rm $ITEM else - log DEBUG "ERROR Something went wrong removing item from local work dir." + log DEBUG "ERROR Something went wrong removing item $ITEM from local work dir." fi fi @@ -1107,6 +1107,8 @@ main () { ;; status ) show_status + cleanup + exit 0 # some show command ;; erase )