From c0fffac008ce77d2a50df9c80aa4868c1d954df1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 27 Sep 2004 18:35:08 +0000 Subject: [PATCH] squelch overly noisy log message about not being able to find registry values. --- panda/src/express/windowsRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/express/windowsRegistry.cxx b/panda/src/express/windowsRegistry.cxx index 5afe2e5907..7c970cf957 100755 --- a/panda/src/express/windowsRegistry.cxx +++ b/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;