From e85f0ff4bf8b8606f99bd6c714ad3ad539adaa2f Mon Sep 17 00:00:00 2001 From: EndrII Date: Fri, 30 Apr 2021 12:07:18 +0300 Subject: [PATCH] fix log behavior --- Deploy/packing.cpp | 3 ++- QuasarAppLib | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Deploy/packing.cpp b/Deploy/packing.cpp index ac7efe2..31de80c 100644 --- a/Deploy/packing.cpp +++ b/Deploy/packing.cpp @@ -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; } diff --git a/QuasarAppLib b/QuasarAppLib index d978f47..f5a8f4d 160000 --- a/QuasarAppLib +++ b/QuasarAppLib @@ -1 +1 @@ -Subproject commit d978f47ea5c4750184ae802e79f1f5bc18b95f2f +Subproject commit f5a8f4de82f7318eeb6729cd25e53313951b5483