mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
blah
This commit is contained in:
parent
410a7c5a2b
commit
88d5cdf20d
@ -149,11 +149,24 @@ void ConfigTable::ReadConfigFile(void) {
|
||||
DSearchPath::Results config_files;
|
||||
|
||||
if (!configsuffix.empty()) {
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam() << "agregate config name is: "
|
||||
<< (configname + configsuffix) << endl;
|
||||
config_search.find_all_files(configname + configsuffix, config_files);
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam() << "found " << config_files.get_num_files()
|
||||
<< " files" << endl;
|
||||
}
|
||||
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam() << "searching for '" << configname << "'" << endl;
|
||||
|
||||
config_search.find_all_files(configname, config_files);
|
||||
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam() << "found " << config_files.get_num_files()
|
||||
<< " files" << endl;
|
||||
|
||||
if (microconfig_cat->is_spam())
|
||||
microconfig_cat->spam() << "configpath parsed and searched"
|
||||
<< endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user