hunyadi-dev commented on a change in pull request #979:
URL: https://github.com/apache/nifi-minifi-cpp/pull/979#discussion_r584731185



##########
File path: extensions/aws/processors/S3Processor.cpp
##########
@@ -143,11 +143,13 @@ minifi::utils::optional<Aws::Auth::AWSCredentials> 
S3Processor::getAWSCredential
 
   std::shared_ptr<core::controller::ControllerService> service = 
context->getControllerService(service_name);
   if (!service) {
+    logger_->log_error("AWS credentials service with name: '%s' could not be 
found", service_name.c_str());

Review comment:
       I think you don't need `c_str()` here.




----------------------------------------------------------------
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.

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


Reply via email to