X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ffilesystem%2Fdirectory_tree.cpp;h=05228969bf27dcf0b14298f8014b4da619b851cc;hb=d69d1fdad8862805f9476ec54bd61f54633c07bc;hp=c9354f8bce7e2af5b30566307ad2f5e1779037ea;hpb=cad1d0d2a8701bc238e1df3222f55125549e4089;p=feisty_meow.git diff --git a/nucleus/library/filesystem/directory_tree.cpp b/nucleus/library/filesystem/directory_tree.cpp index c9354f8b..05228969 100644 --- a/nucleus/library/filesystem/directory_tree.cpp +++ b/nucleus/library/filesystem/directory_tree.cpp @@ -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.