Fix wrong format syntax

This commit is contained in:
Rasmus Karlsson 2018-10-06 17:17:05 +00:00
parent 300852bbf5
commit a196129171

View file

@ -147,7 +147,7 @@ void FfzEmotes::loadEmotes()
void FfzEmotes::loadChannel(const QString &channelName,
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/" +
channelName);