From 1777fd6364dbc37344cc1a1040c714e1b96e0deb Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 16 Apr 2015 16:09:46 -0400 Subject: [PATCH 1/1] changed cryptic logging about not removing a dir; still not sure exactly what was intended there. --- scripts/files/zap_the_dir.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/files/zap_the_dir.pl b/scripts/files/zap_the_dir.pl index 04983850..63da413e 100644 --- a/scripts/files/zap_the_dir.pl +++ b/scripts/files/zap_the_dir.pl @@ -46,7 +46,7 @@ sub remove_whackables { print "cleaning file: $fname\n"; &recursive_delete($fname); } else { - print "not touching unimportant dir right now: $fname\n"; + print "skipping item rather than deleting: $fname\n"; } } } -- 2.34.1