mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
improve error message in loadEmotes
This commit is contained in:
parent
926a753a54
commit
0d40894b47
|
@ -338,7 +338,7 @@ void TwitchAccount::loadEmotes(std::function<void(const rapidjson::Document &)>
|
|||
req.makeAuthorizedV5(this->getOAuthClient(), this->getOAuthToken());
|
||||
|
||||
req.onError([=](int errorCode) {
|
||||
Log("Error {}", errorCode);
|
||||
Log("[TwitchAccount::loadEmotes] Error {}", errorCode);
|
||||
if (errorCode == 203) {
|
||||
// onFinished(FollowResult_NotFollowing);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue