mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Update to the latest submodules.
This commit is contained in:
@@ -21,6 +21,12 @@ void BaseIntegration::enterFromEventLoop(FnMut<void()> &&method) {
|
||||
std::move(method));
|
||||
}
|
||||
|
||||
void BaseIntegration::logMessage(const QString &message) {
|
||||
#ifdef DEBUG_LOG
|
||||
DEBUG_LOG((message));
|
||||
#endif // DEBUG_LOG
|
||||
}
|
||||
|
||||
void BaseIntegration::logAssertionViolation(const QString &info) {
|
||||
#ifdef LOG
|
||||
LOG(("Assertion Failed! ") + info);
|
||||
|
Reference in New Issue
Block a user