mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore: fix debug text on non-204 add mod success (#4011)
This commit is contained in:
parent
8bda8a8b26
commit
abb32f700c
|
@ -947,7 +947,7 @@ void Helix::addChannelModerator(
|
|||
if (result.status() != 204)
|
||||
{
|
||||
qCWarning(chatterinoTwitch)
|
||||
<< "Success result for deleting chat messages was"
|
||||
<< "Success result for adding a moderator was"
|
||||
<< result.status() << "but we only expected it to be 204";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue