From a1fc07ae9e4a220a739907416fb355f4bf09d825 Mon Sep 17 00:00:00 2001 From: Ilho Kim Date: Thu, 28 Mar 2024 22:34:35 +0900 Subject: [PATCH] Remove unnecessary log Change-Id: Ic3ea0b539027cba222e49cb3327aeb72deed3375 Signed-off-by: Ilho Kim --- client/src/connector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/connector.cc b/client/src/connector.cc index eb8ffae..381fe45 100644 --- a/client/src/connector.cc +++ b/client/src/connector.cc @@ -345,7 +345,7 @@ bool Connector::Activator::ReceiveReady() { _E("recv() is failed. fd(%d), errno(%d)", fd_, errno); return -ECOMM; } - _E("bytes: %d\n", bytes); + len -= bytes; } -- 2.7.4