Move logging to INFO.

GitOrigin-RevId: 7369b95bcd6480731443925490459ab828a5b056
This commit is contained in:
levlam 2018-07-03 02:34:47 +03:00
parent de7160f890
commit 007c4cbc57

View File

@ -20700,7 +20700,7 @@ void MessagesManager::send_get_dialog_query(DialogId dialog_id, Promise<Unit> &&
promises.push_back(std::move(promise)); promises.push_back(std::move(promise));
if (promises.size() != 1) { if (promises.size() != 1) {
if (logevent_id != 0) { 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); binlog_erase(G()->td_db()->get_binlog(), logevent_id);
} }
// query has already been sent, just wait for the result // query has already been sent, just wait for the result