mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
Replace cDebug() with Logs::DebugEnabled().
This commit is contained in:
@@ -1705,7 +1705,7 @@ ConnectionPrivate::HandleResult ConnectionPrivate::handleOneReceived(const mtpPr
|
||||
|| (errorCode == 17) // bad msg_id
|
||||
|| (errorCode == 64); // bad container
|
||||
if (errorCode == 64) { // bad container!
|
||||
if (cDebug()) {
|
||||
if (Logs::DebugEnabled()) {
|
||||
mtpRequest request;
|
||||
{
|
||||
QWriteLocker locker(sessionData->haveSentMutex());
|
||||
|
Reference in New Issue
Block a user