[android] Fixed crash - response is non utf8 string (html)

This commit is contained in:
Dmitry Donskoy 2018-11-13 13:05:50 +03:00 committed by Aleksandr Zatsepin
parent b4d459b858
commit f9c6b4bd2d

View file

@ -331,8 +331,7 @@ void BookmarkCatalog::RequestTagGroups(std::string const & language,
}
else
{
LOG(LWARNING, ("Tags request error. Code =", resultCode,
"Response =", request.ServerResponse()));
LOG(LWARNING, ("Tags request error. Code =", resultCode);
}
}
if (callback)