diff --git a/src/mapped_memory_cache.cpp b/src/mapped_memory_cache.cpp index 799f2873e..443f2dae7 100644 --- a/src/mapped_memory_cache.cpp +++ b/src/mapped_memory_cache.cpp @@ -78,10 +78,10 @@ boost::optional 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; }