Skip to content

Commit

Permalink
silence Unix only message for missing files that are allowed to be mi…
Browse files Browse the repository at this point in the history
…ssing.
  • Loading branch information
coelckers committed Jan 11, 2024
1 parent 21db5d3 commit 3299e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/utility/findfile.cpp
Expand Up @@ -90,7 +90,7 @@ bool D_AddFile(std::vector<std::string>& wadfiles, const char* file, bool check,
closedir(d);
if (!found)
{
Printf("Can't find file '%s' in '%s'\n", filename.GetChars(), basepath.GetChars());
//Printf("Can't find file '%s' in '%s'\n", filename.GetChars(), basepath.GetChars());
return false;
}
}
Expand Down

0 comments on commit 3299e0b

Please sign in to comment.