Even more logging when reading DCPs.
[dcpomatic.git] / src / lib / dcp_content.cc
index 2e89adff0421d43228afa5698557fb1327a425d7..62b74be90cb7765db19ad34a2ad51656da271abf 100644 (file)
@@ -206,6 +206,8 @@ DCPContent::read_sub_directory (boost::filesystem::path p)
                } else if (boost::filesystem::is_directory(i.path()) && i.path().filename() != ".AppleDouble") {
                        LOG_GENERAL ("Inside there's directory %1", i.path().string());
                        read_sub_directory (i.path());
+               } else {
+                       LOG_GENERAL("Ignoring %1 from inside: status is %2", i.path().string(), static_cast<int>(boost::filesystem::status(i.path()).type()));
                }
        }
 }