[ 
https://issues.apache.org/jira/browse/NIFI-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17853710#comment-17853710
 ] 

ASF subversion and git services commented on NIFI-13375:
--------------------------------------------------------

Commit 27866c8ae6b0097743e6137728fd5e5b28df8c30 in nifi's branch 
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=27866c8ae6 ]

NIFI-13375 Added missing logging parameter in SplitRecord

Signed-off-by: Mike Moser <[email protected]>

This closes #8941


> Add missing logging parameter in SplitRecord
> --------------------------------------------
>
>                 Key: NIFI-13375
>                 URL: https://issues.apache.org/jira/browse/NIFI-13375
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In SplitRecord on line 201
> {code:java}
> getLogger().error("Failed to split", original, pe);
> {code}
> there is no logging parameter in the message. The code should look like
>  
> {code:java}
> getLogger().error("Failed to split {}", original, pe);
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to