diff --git a/Telegram/SourceFiles/data/stickers/data_stickers.cpp b/Telegram/SourceFiles/data/stickers/data_stickers.cpp index 3f6eec350..d78176c59 100644 --- a/Telegram/SourceFiles/data/stickers/data_stickers.cpp +++ b/Telegram/SourceFiles/data/stickers/data_stickers.cpp @@ -926,7 +926,8 @@ void Stickers::specialSetReceived( LOG(("API Error: " "received recent attached stickers hash %1 " "while counted hash is %2" - ).arg(hash, counted)); + ).arg(hash + ).arg(counted)); } session().local().writeRecentMasks(); } break;