chore: clarify debug message when fetching your 7tv id (#6713)

This commit is contained in:
pajlada
2026-01-05 09:58:52 +01:00
committed by GitHub
parent 5827bd1c67
commit 25ea6b9214
+1 -1
View File
@@ -336,7 +336,7 @@ void TwitchAccount::loadSeventvUserID()
},
[](const auto &result) {
qCDebug(chatterinoSeventv)
<< "Failed to load 7TV user-id:" << result.formatError();
<< "Failed to load your 7TV user-id:" << result.formatError();
});
}