mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
wrong severity level
This commit is contained in:
parent
09e6d823c4
commit
f89a811cf6
@ -417,8 +417,10 @@ internal_open_window() {
|
||||
return false;
|
||||
}
|
||||
|
||||
display_cat.error()
|
||||
<< "SubprocessWindow reading " << _filename << "\n";
|
||||
if (display_cat.is_debug()) {
|
||||
display_cat.debug()
|
||||
<< "SubprocessWindow reading " << _filename << "\n";
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user