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
+1 -1
View File
@@ -947,7 +947,7 @@ void Helix::addChannelModerator(
if (result.status() != 204) if (result.status() != 204)
{ {
qCWarning(chatterinoTwitch) 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"; << result.status() << "but we only expected it to be 204";
} }