diff --git a/storage/storage.cpp b/storage/storage.cpp index c03461d494..d9a8fe4cc0 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -1300,7 +1300,7 @@ void Storage::GetNodeAttrs(TCountryId const & countryId, NodeAttrs & nodeAttrs) vector nodes; m_countries.Find(countryId, nodes); - CHECK(!nodes.empty(), ()); + CHECK(!nodes.empty(), (countryId)); // If nodes.size() > 1 countryId corresponds to a disputed territories. // In that case it's guaranteed that most of attributes are equal for // each element of nodes. See Country class description for further details.