diff --git a/src/platform/PlatformUtils.cc b/src/platform/PlatformUtils.cc index 33b8d2be57..104570a942 100644 --- a/src/platform/PlatformUtils.cc +++ b/src/platform/PlatformUtils.cc @@ -85,6 +85,7 @@ static std::string lookupResourcesPath() void PlatformUtils::registerApplicationPath(const std::string& apppath) { applicationpath = apppath; + std::cout << "FOO: " << applicationpath << std::endl; resourcespath = lookupResourcesPath(); path_initialized = true; }