Even more logging when reading DCPs.
authorCarl Hetherington <cth@carlh.net>
Sat, 23 Jul 2022 20:28:05 +0000 (22:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 23 Jul 2022 20:28:05 +0000 (22:28 +0200)
src/lib/dcp_content.cc

index 28d3e33193db0a1b35a6af33ddf8072da706a463..62b74be90cb7765db19ad34a2ad51656da271abf 100644 (file)
@@ -207,7 +207,7 @@ DCPContent::read_sub_directory (boost::filesystem::path p)
                        LOG_GENERAL ("Inside there's directory %1", i.path().string());
                        read_sub_directory (i.path());
                } else {
-                       LOG_GENERAL("Ignoring %1 from inside", i.path().string());
+                       LOG_GENERAL("Ignoring %1 from inside: status is %2", i.path().string(), static_cast<int>(boost::filesystem::status(i.path()).type()));
                }
        }
 }