Skip to content

Commit

Permalink
Updating log message for empty reverse mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mineralntl committed Oct 18, 2024
1 parent 212507c commit 76bfae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/datawave/query/util/MetadataHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public QueryModel getQueryModel(String modelTableName, String modelName, Collect
log.trace("empty query model for {}", this);
}
if ("DatawaveMetadata".equals(modelTableName)) {
log.error("Query Model should not be empty...");
log.warn("Query Model {} has no reverse mappings", modelName);
}
}

Expand Down

0 comments on commit 76bfae5

Please sign in to comment.