mattyb149 commented on a change in pull request #4739:
URL: https://github.com/apache/nifi/pull/4739#discussion_r553652199



##########
File path: 
nifi-nar-bundles/nifi-graph-bundle/nifi-graph-processors/src/main/java/org/apache/nifi/processors/graph/ExecuteGraphQueryRecord.java
##########
@@ -240,6 +259,7 @@ public void onTrigger(final ProcessContext context, final 
ProcessSession session
             delta = (end - start) / 1000;
             if (getLogger().isDebugEnabled()){
                 getLogger().debug(String.format("Took %s seconds.", delta));
+                getLogger().debug(String.format("Handled %d records", 
records));

Review comment:
       This could be done in one statement (and doesn't need the isDebugEnabled 
check IIRC)




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to