Commit 37b0bbacfb696551843ae5ceb886f1bcdcb0f630
1 parent
be0fa4c4
Exists in
master
Conserto para build do cacicD.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
cacic-daemon/cacicD/cacicD.pro
cacic-daemon/cacicD/cacicd.cpp
@@ -24,7 +24,7 @@ cacicD::~cacicD() | @@ -24,7 +24,7 @@ cacicD::~cacicD() | ||
24 | void cacicD::start() { | 24 | void cacicD::start() { |
25 | try{ | 25 | try{ |
26 | this->app = application(); | 26 | this->app = application(); |
27 | - QLogger::QLoggerManager::get | 27 | + |
28 | qDebug() << "\nServiço iniciado em" << app->applicationDirPath(); | 28 | qDebug() << "\nServiço iniciado em" << app->applicationDirPath(); |
29 | QJsonObject result = ccacic->getJsonFromFile(app->applicationDirPath() + "/getConfig.json"); | 29 | QJsonObject result = ccacic->getJsonFromFile(app->applicationDirPath() + "/getConfig.json"); |
30 | if(!result.contains("error") && !result.isEmpty()){ | 30 | if(!result.contains("error") && !result.isEmpty()){ |