More debugging.
[dcpomatic.git] / src / lib / state.cc
index e0d00881027a3bc62cd514df09274075287ce6a5..daae0e7acd2a829e8645b73d89271124e6c50802 100644 (file)
@@ -65,6 +65,8 @@ State::read_path (string file)
                auto full = config_path_or_override(i) / file;
                if (dcp::filesystem::exists(full)) {
                        return full;
+               } else {
+                       std::cout << full << " does not exist.\n";
                }
        }