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;
}
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.