Skip to content

Commit 64b32ae

Browse files
committed
Tiny logging tweak
1 parent affa98f commit 64b32ae

File tree

1 file changed

+1
-1
lines changed
  • marklogic-spark-connector/src/main/java/com/marklogic/spark/reader/optic

1 file changed

+1
-1
lines changed

marklogic-spark-connector/src/main/java/com/marklogic/spark/reader/optic/PlanAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private PlanAnalysis readRowsViaMultipleCallsToMarkLogic(String dslQuery, long u
6060

6161
private PlanAnalysis readRowsInSingleCallToMarkLogic(String dslQuery) {
6262
if (Util.MAIN_LOGGER.isInfoEnabled()) {
63-
Util.MAIN_LOGGER.info("DSL query does not contain 'op.fromView', so will read rows in a single call to MarkLogic.");
63+
Util.MAIN_LOGGER.info("Optic query does not contain 'op.fromView', so will read rows in a single call to MarkLogic.");
6464
}
6565

6666
ObjectNode plan = (ObjectNode) databaseClient.newServerEval()

0 commit comments

Comments
 (0)