From 25ea6b9214f04ba137aec7806aa5971d9d635d68 Mon Sep 17 00:00:00 2001 From: pajlada Date: Mon, 5 Jan 2026 09:58:52 +0100 Subject: [PATCH] chore: clarify debug message when fetching your 7tv id (#6713) --- src/providers/twitch/TwitchAccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/TwitchAccount.cpp b/src/providers/twitch/TwitchAccount.cpp index f29d3fc1..3e6eb467 100644 --- a/src/providers/twitch/TwitchAccount.cpp +++ b/src/providers/twitch/TwitchAccount.cpp @@ -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(); }); }