Move logging to INFO.
GitOrigin-RevId: 7369b95bcd6480731443925490459ab828a5b056
This commit is contained in:
parent
de7160f890
commit
007c4cbc57
@ -20700,7 +20700,7 @@ void MessagesManager::send_get_dialog_query(DialogId dialog_id, Promise<Unit> &&
|
||||
promises.push_back(std::move(promise));
|
||||
if (promises.size() != 1) {
|
||||
if (logevent_id != 0) {
|
||||
LOG(ERROR) << "Duplicate getDialog query for " << dialog_id;
|
||||
LOG(INFO) << "Duplicate getDialog query for " << dialog_id;
|
||||
binlog_erase(G()->td_db()->get_binlog(), logevent_id);
|
||||
}
|
||||
// query has already been sent, just wait for the result
|
||||
|
Loading…
Reference in New Issue
Block a user