You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by se...@apache.org on 2022/07/26 01:52:43 UTC

[incubator-brpc] branch master updated: Add '=' sign for a log in socket.cpp

This is an automated email from the ASF dual-hosted git repository.

serverglen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new e66bc6fb Add '=' sign for a log in socket.cpp
     new ebfb7a6c Merge pull request #1856 from zyearn/improve_log_07_25
e66bc6fb is described below

commit e66bc6fbabff25e72c4631a0da2a08d8f33e33ba
Author: zhujiashun <zh...@gmail.com>
AuthorDate: Mon Jul 25 22:05:01 2022 +0200

    Add '=' sign for a log in socket.cpp
---
 src/brpc/socket.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/brpc/socket.cpp b/src/brpc/socket.cpp
index 0f35c8ac..210ba9e9 100644
--- a/src/brpc/socket.cpp
+++ b/src/brpc/socket.cpp
@@ -871,7 +871,7 @@ int Socket::SetFailed(int error_code, const char* error_fmt, ...) {
                 } else {
                     // No need to run 2 health checking at the same time.
                     RPC_VLOG << "There is already a health checking running "
-                                "for SocketId" << _this_id;
+                                "for SocketId=" << _this_id;
                 }
             }
             // Wake up all threads waiting on EPOLLOUT when closing fd


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org