mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-07 18:06:04 +00:00
Format dbus errors logging
This commit is contained in:
@@ -430,7 +430,10 @@ bool IsSNIAvailable() {
|
||||
break;
|
||||
}
|
||||
|
||||
LOG(("SNI Error: %1").arg(reply.error().message()));
|
||||
LOG(("SNI Error: %1: %2")
|
||||
.arg(reply.error().name())
|
||||
.arg(reply.error().message()));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user