Make "Deploying custom AppRun" a regular message

This commit is contained in:
Alexis Lopez Zubieta 2018-11-06 08:26:15 -06:00
parent 9d78e0786b
commit 9d25fee1dc

View File

@ -58,7 +58,7 @@ namespace linuxdeploy {
ldLog() << std::endl << "-- Deploying files into AppDir root directory --" << std::endl;
if (!customAppRunPath.empty()) {
ldLog() << LD_WARNING << "Deploying custom AppRun: " << customAppRunPath << std::endl;
ldLog() << LD_INFO << "Deploying custom AppRun: " << customAppRunPath << std::endl;
appDir.deployFile(customAppRunPath, appDir.path() / "AppRun");
appDir.executeDeferredOperations();
}