Skip to content

Commit

Permalink
Better logging.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 4b04b37167eac281d72388ec210059f07d112b56
  • Loading branch information
levlam committed Jan 31, 2018
1 parent 42ea21b commit 5262bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/telegram/MessagesManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15922,7 +15922,7 @@ void MessagesManager::on_media_message_ready_to_send(DialogId dialog_id, Message
}
return;
}
CHECK(!it->second);
CHECK(!it->second) << dialog_id << " " << message_id;
it->second = std::move(promise);

on_yet_unsent_media_queue_updated(dialog_id);
Expand Down

0 comments on commit 5262bfa

Please sign in to comment.