chore: clarify debug message when fetching your 7tv id (#6713)
This commit is contained in:
@@ -336,7 +336,7 @@ void TwitchAccount::loadSeventvUserID()
|
|||||||
},
|
},
|
||||||
[](const auto &result) {
|
[](const auto &result) {
|
||||||
qCDebug(chatterinoSeventv)
|
qCDebug(chatterinoSeventv)
|
||||||
<< "Failed to load 7TV user-id:" << result.formatError();
|
<< "Failed to load your 7TV user-id:" << result.formatError();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user