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