Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2015-08-17 19:44:21 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:28 +0300
commit57921f1e7c4f2932b41d423f381bf630ff705b34 (patch)
tree4ef0c07bbaef00659556f52d84085f7e02caff46 /map/active_maps_layout.cpp
parent57348dfe53cf966399b48070bf0b73865341583f (diff)
[bookmarks] Fixed some tests.
Diffstat (limited to 'map/active_maps_layout.cpp')
-rw-r--r--map/active_maps_layout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/active_maps_layout.cpp b/map/active_maps_layout.cpp
index 5d735aacf6..90f3572e6f 100644
--- a/map/active_maps_layout.cpp
+++ b/map/active_maps_layout.cpp
@@ -54,7 +54,7 @@ void ActiveMapsLayout::Init(vector<TLocalFilePtr> const & files)
}
else
{
- LOG(LWARNING, ("Can't find map index for", file));
+ LOG(LWARNING, ("Can't find map index for", file->GetCountryName()));
}
}