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

This commit is contained in:
David Rose 2004-09-27 18:35:08 +00:00
parent 9a9719507c
commit c0fffac008

View File

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