don't warn if mmap's file is missing (shapefile does not have an index)

This commit is contained in:
Dane Springmeyer 2011-04-13 20:09:52 +00:00
parent 383d8a3f15
commit 9b1080e72e

View file

@ -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;
}