changed cryptic logging about not removing a dir; still not sure exactly what was...
authorChris Koeritz <fred@gruntose.com>
Thu, 16 Apr 2015 20:09:46 +0000 (16:09 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 16 Apr 2015 20:09:46 +0000 (16:09 -0400)
scripts/files/zap_the_dir.pl

index 049838509250fbbe4dd1bc94cf53162a5220209b..63da413e558f5e1411a3c69d49a03e097caa0fa1 100644 (file)
@@ -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";
       }
     }
   }