hot fixes 1

This commit is contained in:
acetone
2022-11-19 22:08:10 +03:00
parent 8073c4bd7b
commit 0bbfadefcc
6 changed files with 53 additions and 14 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ int main(int argc, char *argv[])
g::instanses.push_back( {thread, pi} );
}
qInfo().noquote() << "Instanses count:" << instanses.size();
qInfo().noquote() << "Instanses count:" << g::instanses.size();
qInfo().noquote() << "Working directory:" << g::p::WORKING_DIR;
qInfo().noquote() << "Ignored destinations:" << g::p::IGNORED_DESTINATIONS;