From d69d1fdad8862805f9476ec54bd61f54633c07bc Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 4 Oct 2012 08:43:14 -0400 Subject: [PATCH] nufe --- nucleus/library/filesystem/directory_tree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1