summaryrefslogtreecommitdiff
path: root/src/common/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/socket.cpp')
-rw-r--r--src/common/socket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/socket.cpp b/src/common/socket.cpp
index a829484..30c2edc 100644
--- a/src/common/socket.cpp
+++ b/src/common/socket.cpp
@@ -135,7 +135,7 @@ Socket Socket::connect(const std::string &path)
std::error_code(errno, std::generic_category()),
"socket connect failed!");
- LogInfo("Connect to CSR server success with fd:" << fd);
+ LogInfo("Connect to OCSP service success with fd:" << fd);
return Socket(fd);
}