info severity too noisy

This commit is contained in:
David Rose 2009-09-06 22:56:53 +00:00
parent df671dc334
commit 8d2072da9c

View File

@ -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;
}