added if'd out message

This commit is contained in:
Dave Schuyler 2004-09-17 03:54:55 +00:00
parent 266e7a6308
commit 5adcd07740

View File

@ -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;