forked from organicmaps/organicmaps
[ios] Fixed typo/compilation error.
This commit is contained in:
parent
c15e6392e7
commit
70e68831db
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
[Statistics logEvent:@"Incorrect_highlight_range" withParametrs:@{@"range.first" : @(range.first),
|
||||
[Statistics logEvent:@"Incorrect_highlight_range" withParameters:@{@"range.first" : @(range.first),
|
||||
@"range.second" : @(range.second),
|
||||
@"string" : title}];
|
||||
LOG(LERROR, ("Incorrect range: ", range, " for string: ", result.GetString()));
|
||||
|
|
Loading…
Add table
Reference in a new issue