From 0fed0bfe33f3db4cb12295e6dfa404b1313afc78 Mon Sep 17 00:00:00 2001 From: Frederick Martian Date: Fri, 5 Dec 2025 16:16:26 +0100 Subject: Remove chatty warning message when checking for existence of a file --- indra/llfilesystem/llfilesystem.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/llfilesystem/llfilesystem.cpp') diff --git a/indra/llfilesystem/llfilesystem.cpp b/indra/llfilesystem/llfilesystem.cpp index df8b8de880..0c220fe7cf 100755 --- a/indra/llfilesystem/llfilesystem.cpp +++ b/indra/llfilesystem/llfilesystem.cpp @@ -79,11 +79,6 @@ bool LLFileSystem::getExists(const LLUUID& file_id, const LLAssetType::EType fil // not only test for existence but for the file to be not empty S64 size = LLFile::size(filename); - if (size < 0) - { - LL_WARNS() << "Failed to get size for file '" << filename << "': " << strerror(errno) << LL_ENDL; - return false; - } return size > 0; } -- cgit v1.3