mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -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) {
|
||||
express_cat.info()
|
||||
express_cat.debug()
|
||||
<< "Unable to get registry value " << name
|
||||
<< ": " << format_message(error) << "\n";
|
||||
okflag = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user