From 70c4a2caaafd03f260ea2ac32257435ef428fdd4 Mon Sep 17 00:00:00 2001
From: "a.yankovich" <a.yankovich@rtp.by>
Date: Tue, 29 Jan 2019 16:11:52 +0300
Subject: [PATCH] fix #86 wrong log

---
 Deploy/deploy.cpp | 2 +-
 QuasarAppLib      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Deploy/deploy.cpp b/Deploy/deploy.cpp
index 7d4f6fd..35ea564 100644
--- a/Deploy/deploy.cpp
+++ b/Deploy/deploy.cpp
@@ -404,7 +404,7 @@ void Deploy::extract(const QString &file, bool isExtractPlugins) {
     else if (sufix.isEmpty() || sufix.contains("so", Qt::CaseSensitive)) {
         extractLinuxLib(file, isExtractPlugins);
     } else {
-        qCritical() << "file with sufix " << sufix << " not supported!";
+        QuasarAppUtils::Params::verboseLog("file with sufix " + sufix + " not supported!");
     }
 
 }
diff --git a/QuasarAppLib b/QuasarAppLib
index b87e449..02d3e66 160000
--- a/QuasarAppLib
+++ b/QuasarAppLib
@@ -1 +1 @@
-Subproject commit b87e4491cdbb1b9199b7d5d26bd9bfc11187daed
+Subproject commit 02d3e668851fc24149edd4db8f26946d66a88c8e