colormanager: show OCIO error if env config failed to load

This commit is contained in:
itsmattkc
2020-05-01 17:55:04 +10:00
parent b39403a4e9
commit 4a225aff85
+1 -1
View File
@@ -67,7 +67,7 @@ void ColorManager::SetUpDefaultConfig()
return;
} catch (OCIO::Exception& e) {
qWarning() << "Failed to load config from OCIO environment variable, loading default instead";
qWarning() << "Failed to load config from OCIO environment variable config:" << e.what();
}
}