forked from organicmaps/organicmaps-tmp
More information in case of wrong param passed to GetNodeStatuses
This commit is contained in:
parent
6fcb1e5510
commit
28acbc9237
1 changed files with 1 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ void Storage::GetNodeStatuses(TCountryId const & countryId, NodeStatuses & nodeS
|
|||
ASSERT_THREAD_CHECKER(m_threadChecker, ());
|
||||
|
||||
TCountryTreeNode const * const node = m_countries.FindFirst(countryId);
|
||||
CHECK(node, ());
|
||||
CHECK(node, (countryId));
|
||||
|
||||
StatusAndError statusAndErr = GetNodeStatus(*node);
|
||||
nodeStatuses.m_status = statusAndErr.status;
|
||||
|
|
Loading…
Add table
Reference in a new issue