fixed typo in reload emotes log

This commit is contained in:
Ckat 2018-10-06 17:01:44 +02:00
parent 300852bbf5
commit 4e055c0fb4

View file

@ -147,7 +147,7 @@ void FfzEmotes::loadEmotes()
void FfzEmotes::loadChannel(const QString &channelName, void FfzEmotes::loadChannel(const QString &channelName,
std::function<void(EmoteMap &&)> callback) std::function<void(EmoteMap &&)> 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/" + NetworkRequest request("https://api.frankerfacez.com/v1/room/" +
channelName); channelName);