fix log behavior

This commit is contained in:
Andrei Yankovich 2021-04-30 12:07:18 +03:00
parent 4cff55eadc
commit e85f0ff4bf
2 changed files with 3 additions and 2 deletions

View File

@ -124,7 +124,8 @@ bool Packing::create() {
const DeployConfig *cfg = DeployCore::_config;
if (!QDir(cfg->getTargetDir() + "/" + TMP_PACKAGE_DIR).removeRecursively()) {
QuasarAppUtils::Params::log("Fail to remove " + cfg->getTargetDir() + "/" + TMP_PACKAGE_DIR);
QuasarAppUtils::Params::log("Fail to remove " + cfg->getTargetDir() + "/" + TMP_PACKAGE_DIR,
QuasarAppUtils::Error);
return false;
}

@ -1 +1 @@
Subproject commit d978f47ea5c4750184ae802e79f1f5bc18b95f2f
Subproject commit f5a8f4de82f7318eeb6729cd25e53313951b5483