chore: fix debug text on non-204 add mod success (#4011)

This commit is contained in:
iProdigy 2022-09-24 23:16:39 -07:00 committed by GitHub
parent 8bda8a8b26
commit abb32f700c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
}