Browse Source

added if'd out message

Dave Schuyler 21 years ago
parent
commit
5adcd07740
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dtool/src/dconfig/configTable.cxx

+ 4 - 0
dtool/src/dconfig/configTable.cxx

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