seeking out problem file.
[feisty_meow.git] / nucleus / library / filesystem / directory.cpp
index 5a056f7af1f49c17490656f08fc1bcc9df799ad9..052c10bf994486a7148dc1fdc9ec5dad5671d5bb 100644 (file)
@@ -209,9 +209,9 @@ bool directory::rescan()
     if (add_it && !fnmatch(_pattern->s(), file, 0)) {
       filename temp_name(*_path, file);
       if (!temp_name.is_normal()) {
-#ifdef DEBUG_DIRECTORY
+//#ifdef DEBUG_DIRECTORY
         LOG(astring("skipping abnormal file:  ") + temp_name);
-#endif
+//#endif
         entry = readdir(dir);
         continue;  // cannot be adding goofy named pipes etc; cannot manage those.
       }