nufe
authorChris Koeritz <fred@gruntose.com>
Thu, 4 Oct 2012 12:43:14 +0000 (08:43 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 4 Oct 2012 12:43:14 +0000 (08:43 -0400)
nucleus/library/filesystem/directory_tree.cpp

index c9354f8bce7e2af5b30566307ad2f5e1779037ea..05228969bf27dcf0b14298f8014b4da619b851cc 100644 (file)
@@ -445,7 +445,7 @@ filename_tree *directory_tree::seek(const astring &dir_name_in,
       filename current(check->_dirname);
       if (!current.is_normal()) {
 //#ifdef DEBUG_DIRECTORY_TREE
-        LOG(astring("skipping abnormal dir: \"") + current + "\"");
+        LOG(astring("seek: skipping abnormal dir: \"") + current + "\" with came from " + check->class_name());
 //#endif
         continue;
       }
@@ -507,7 +507,7 @@ bool directory_tree::calculate(filename_tree *start, bool just_size)
   while (directory_tree::current_dir(*ted, curr)) {
     if (!curr.is_normal()) {
 //#ifdef DEBUG_DIRECTORY_TREE
-      LOG(astring("skipping abnormal dir: \"") + curr + "\"");
+      LOG(astring("calculate: skipping abnormal dir: \"") + curr + "\"");
 //#endif
       directory_tree::next(*ted);
       continue;  // scary non-simple file type.