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


##########
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:
   Was the `return` in the log entry inserted accidentally?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to