Skip to content

Commit

Permalink
Fix a typo in PersistenceExtensions log message (#4221)
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng committed May 7, 2024
1 parent 03a9708 commit 6eeb9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2346,7 +2346,7 @@ private static void internalRemoveAllStatesBetween(Item item, @Nullable ZonedDat
mService.remove(filter);
} else {
LoggerFactory.getLogger(PersistenceExtensions.class)
.warn("There is no queryable persistence service registered with the id '{}'", effectiveServiceId);
.warn("There is no modifiable persistence service registered with the id '{}'", effectiveServiceId);
}
return;
}
Expand Down

0 comments on commit 6eeb9dd

Please sign in to comment.