mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Change default log level to info (#5779)
* update qtlogging.ini * bump some qCDebug to qCInfo and qCWarning
This commit is contained in:
parent
2fcdb52157
commit
d662152088
30 changed files with 117 additions and 113 deletions
|
|
@ -74,7 +74,7 @@ QStringList UserConnection_Information::getServerInfo(const QString &find)
|
|||
}
|
||||
|
||||
if (_server.empty())
|
||||
qCDebug(UserInfoConnectionLog) << "There was a problem!";
|
||||
qCWarning(UserInfoConnectionLog) << "There was a problem!";
|
||||
|
||||
return _server;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue