summaryrefslogtreecommitdiffstats
path: root/net/base/keygen_handler_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/keygen_handler_win.cc')
-rw-r--r--net/base/keygen_handler_win.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/base/keygen_handler_win.cc b/net/base/keygen_handler_win.cc
index 8fc32e5..15d8583 100644
--- a/net/base/keygen_handler_win.cc
+++ b/net/base/keygen_handler_win.cc
@@ -191,11 +191,10 @@ std::string KeygenHandler::GenKeyAndSignChallenge() {
}
failure:
- if (!is_success) {
+ if (!is_success)
LOG(ERROR) << "SSL Keygen failed";
- } else {
- LOG(INFO) << "SSL Key succeeded";
- }
+ else
+ VLOG(1) << "SSL Key succeeded";
if (key) {
// Securely destroys the handle, but leaves the underlying key alone. The
// key can be obtained again by resolving the key location. If