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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2018-07-23 14:17:49 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-07-23 14:27:47 +0300
commitcec5f5b48905b580f368a99c71444c37c639900c (patch)
tree140bde5f7ff25cb441173de5fa0ba801932650a6
parent5a2e0de8037c481a65bc1c9ba85d7b001467b8ae (diff)
[release_only] Log index string in check.ios-store-8.3.2-0
-rw-r--r--ugc/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ugc/storage.cpp b/ugc/storage.cpp
index 9b99cbefaa..e3ac69c097 100644
--- a/ugc/storage.cpp
+++ b/ugc/storage.cpp
@@ -223,7 +223,7 @@ void Storage::Load()
if (!version)
version = i.m_version;
else
- CHECK_EQUAL(static_cast<uint8_t>(*version), static_cast<uint8_t>(i.m_version), ("Inconsistent index"));
+ CHECK_EQUAL(static_cast<uint8_t>(*version), static_cast<uint8_t>(i.m_version), ("Inconsistent index:", data));
if (i.m_deleted)
++m_numberOfDeleted;