mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
express_cat.info()
|
if (express_cat.is_debug()) {
|
||||||
<< "Appending " << result << " SSL certificates from "
|
express_cat.debug()
|
||||||
<< filename << "\n";
|
<< "Appending " << result << " SSL certificates from "
|
||||||
|
<< filename << "\n";
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user