Skip to content
Snippets Groups Projects
Commit d3e6c84d authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Cleanup

parent bad7ba5e
No related branches found
No related tags found
No related merge requests found
...@@ -1589,7 +1589,7 @@ void LLVOCache::readGenericExtrasFromCache(U64 handle, const LLUUID& id, LLVOCac ...@@ -1589,7 +1589,7 @@ void LLVOCache::readGenericExtrasFromCache(U64 handle, const LLUUID& id, LLVOCac
try { try {
num_entries = std::stol(line); num_entries = std::stol(line);
} }
catch(std::logic_error&) // either invalid_argument or out_of_range catch(const std::logic_error&) // either invalid_argument or out_of_range
{ {
LL_WARNS() << "Failed reading extras cache for handle " << handle << ". unreadable num_entries" << LL_ENDL; LL_WARNS() << "Failed reading extras cache for handle " << handle << ". unreadable num_entries" << LL_ENDL;
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment