don't warn if mmap's file is missing (shapefile does not have an index)
This commit is contained in:
parent
383d8a3f15
commit
9b1080e72e
1 changed files with 3 additions and 3 deletions
|
@ -78,10 +78,10 @@ boost::optional<mapped_region_ptr> mapped_memory_cache::find(std::string const&
|
|||
std::cerr << "Exception caught while loading mapping memory file: " << uri << std::endl;
|
||||
}
|
||||
}
|
||||
else
|
||||
/*else
|
||||
{
|
||||
std::cerr << "### WARNING Memory region does not exist file:" << uri << std::endl;
|
||||
}
|
||||
std::cerr << "### WARNING Memory region does not exist file: " << uri << std::endl;
|
||||
}*/
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue