2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

removing telegram.desktop when adding telegramdesktop.desktop, fixed libappindicator and libunity usage

This commit is contained in:
John Preston
2015-01-16 19:46:01 +03:00
parent dfd6936d64
commit 1ca86a2390
7 changed files with 90 additions and 17 deletions

View File

@@ -46,7 +46,11 @@ int main(int argc, char *argv[]) {
for (int32 i = 0; i < argc; ++i) {
LOG(("Argument: %1").arg(QString::fromLocal8Bit(argv[i])));
}
}
QStringList errs = psInitErrors();
for (int32 i = 0, l = errs.size(); i < l; ++i) {
LOG(("Init Error: %1").arg(errs.at(i)));
}
}
DEBUG_LOG(("Application Info: ideal thread count: %1, using %2 connections per session").arg(QThread::idealThreadCount()).arg(cConnectionsInSession()));