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