mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
squelch overly noisy log message about not being able to find registry values.
This commit is contained in:
parent
9a9719507c
commit
c0fffac008
@ -313,7 +313,7 @@ do_get(const string &key, const string &name, int &data_type, string &data) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (error != ERROR_SUCCESS) {
|
if (error != ERROR_SUCCESS) {
|
||||||
express_cat.info()
|
express_cat.debug()
|
||||||
<< "Unable to get registry value " << name
|
<< "Unable to get registry value " << name
|
||||||
<< ": " << format_message(error) << "\n";
|
<< ": " << format_message(error) << "\n";
|
||||||
okflag = false;
|
okflag = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user