forked from organicmaps/organicmaps
[android] Fixed crash - response is non utf8 string (html)
This commit is contained in:
parent
b4d459b858
commit
f9c6b4bd2d
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue