mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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);
|
||||
ParseConfigFile(ifs, config_file);
|
||||
} else {
|
||||
#if 0
|
||||
microconfig_cat->info() << "Reading .prc file '" << config_file << "'"<< endl;
|
||||
#endif
|
||||
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam()
|
||||
<< "file is not executable, reading normally" << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user