mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
info severity too noisy
This commit is contained in:
parent
df671dc334
commit
8d2072da9c
@ -95,9 +95,11 @@ load_certificates(const Filename &filename) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
express_cat.info()
|
||||
<< "Appending " << result << " SSL certificates from "
|
||||
<< filename << "\n";
|
||||
if (express_cat.is_debug()) {
|
||||
express_cat.debug()
|
||||
<< "Appending " << result << " SSL certificates from "
|
||||
<< filename << "\n";
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user