Browse Source

squelch overly noisy log message about not being able to find registry values.

David Rose 21 years ago
parent
commit
c0fffac008
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/express/windowsRegistry.cxx

+ 1 - 1
panda/src/express/windowsRegistry.cxx

@@ -313,7 +313,7 @@ do_get(const string &key, const string &name, int &data_type, string &data) {
   }
 
   if (error != ERROR_SUCCESS) {
-    express_cat.info()
+    express_cat.debug()
       << "Unable to get registry value " << name 
       << ": " << format_message(error) << "\n";
     okflag = false;