mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Do not print errors when searching for usable configuration file
This commit is contained in:
parent
b485fac33e
commit
6ec447a1aa
1 changed files with 0 additions and 4 deletions
|
@ -145,11 +145,7 @@ public:
|
|||
{
|
||||
std::ifstream is(filename);
|
||||
if(is.good() == false)
|
||||
{
|
||||
errorstream<<"Error opening configuration file \""
|
||||
<<filename<<"\""<<std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
infostream<<"Parsing configuration file: \""
|
||||
<<filename<<"\""<<std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue