Fix desktop file validation error message

This commit is contained in:
TheAssassin
2018-06-18 03:13:09 +02:00
parent ba50896465
commit 9ff15ccd69

View File

@@ -316,7 +316,7 @@ namespace linuxdeploy {
}
if (!desktopFile.validate()) {
ldLog() << LD_ERROR << "Failed to verify desktop file:" << desktopFile.path() << std::endl;
ldLog() << LD_ERROR << "Failed to validate desktop file:" << desktopFile.path() << std::endl;
}
ldLog() << "Deploying desktop file" << desktopFile.path() << std::endl;