changed cryptic logging about not removing a dir; still not sure exactly what was...
[feisty_meow.git] / 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";
       }
     }
   }