You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "isapego (via GitHub)" <gi...@apache.org> on 2023/01/24 12:17:59 UTC

[GitHub] [ignite-3] isapego commented on a diff in pull request #1548: IGNITE-18583 Fix C++ build

isapego commented on code in PR #1548:
URL: https://github.com/apache/ignite-3/pull/1548#discussion_r1085227528


##########
modules/platforms/cpp/ignite/client/detail/node_connection.h:
##########
@@ -115,6 +115,7 @@ class node_connection : public std::enable_shared_from_this<node_connection> {
             }
         }
 
+        m_logger->log_debug("Performing request: op=" + std::to_string(int(op)) + ", req_id=" + std::to_string(reqId));

Review Comment:
   You are right. I'll fix it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org