2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

clearing init logs

This commit is contained in:
John Preston
2015-01-18 15:52:14 +03:00
parent ea5b824977
commit 12f6b340e5
3 changed files with 43 additions and 38 deletions

View File

@@ -51,6 +51,7 @@ int main(int argc, char *argv[]) {
LOG(("Init Log: %1").arg(logs.at(i)));
}
}
psClearInitLogs();
DEBUG_LOG(("Application Info: ideal thread count: %1, using %2 connections per session").arg(QThread::idealThreadCount()).arg(cConnectionsInSession()));