martinzink commented on code in PR #1670:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1670#discussion_r1342891414


##########
libminifi/src/c2/C2Agent.cpp:
##########
@@ -1038,7 +1038,7 @@ void C2Agent::handleAssetUpdate(const C2ContentResponse& 
resp) {
 }
 
 void C2Agent::enqueue_c2_server_response(C2Payload &&resp) {
-  logger_->log_trace("Server response: %s", [&] {return resp.str();});
+  logger_->log_trace("Server response: return {}", [&] { return resp.str(); });

Review Comment:
   most definitely an accident good catch, fixed it in 
https://github.com/apache/nifi-minifi-cpp/pull/1670/commits/3acec833dab14ac14a24395b1c15ad4eee607309



-- 
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: issues-unsubscr...@nifi.apache.org

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

Reply via email to