mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
added if'd out message
This commit is contained in:
parent
266e7a6308
commit
5adcd07740
@ -239,6 +239,10 @@ void ConfigTable::ReadConfigFile() {
|
|||||||
IPipeStream ifs(line);
|
IPipeStream ifs(line);
|
||||||
ParseConfigFile(ifs, config_file);
|
ParseConfigFile(ifs, config_file);
|
||||||
} else {
|
} else {
|
||||||
|
#if 0
|
||||||
|
microconfig_cat->info() << "Reading .prc file '" << config_file << "'"<< endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (microconfig_cat->is_spam())
|
if (microconfig_cat->is_spam())
|
||||||
microconfig_cat->spam()
|
microconfig_cat->spam()
|
||||||
<< "file is not executable, reading normally" << endl;
|
<< "file is not executable, reading normally" << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user