소스 검색

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

David Rose 21 년 전
부모
커밋
c0fffac008
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;