From 4e055c0fb4cf0854b2e9934d580155f69cf28588 Mon Sep 17 00:00:00 2001 From: Ckat Date: Sat, 6 Oct 2018 17:01:44 +0200 Subject: [PATCH] fixed typo in reload emotes log --- src/providers/ffz/FfzEmotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/ffz/FfzEmotes.cpp b/src/providers/ffz/FfzEmotes.cpp index a718eb705..54efde13e 100644 --- a/src/providers/ffz/FfzEmotes.cpp +++ b/src/providers/ffz/FfzEmotes.cpp @@ -147,7 +147,7 @@ void FfzEmotes::loadEmotes() void FfzEmotes::loadChannel(const QString &channelName, std::function callback) { - log("[FFZEmotes] Reload FFZ Channel Emotes for channel %s\n", channelName); + log("[FFZEmotes] Reload FFZ Channel Emotes for channel {}\n", channelName); NetworkRequest request("https://api.frankerfacez.com/v1/room/" + channelName);