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 | 24 | void cacicD::start() { |
25 | 25 | try{ |
26 | 26 | this->app = application(); |
27 | - QLogger::QLoggerManager::get | |
27 | + | |
28 | 28 | qDebug() << "\nServiço iniciado em" << app->applicationDirPath(); |
29 | 29 | QJsonObject result = ccacic->getJsonFromFile(app->applicationDirPath() + "/getConfig.json"); |
30 | 30 | if(!result.contains("error") && !result.isEmpty()){ | ... | ... |