Fix a typo in PersistenceExtensions log message (#4221)

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
jimtng 2024-05-07 02:09:36 -04:00 committed by GitHub
parent 03a9708b6c
commit 6eeb9dd7c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2346,7 +2346,7 @@ public class PersistenceExtensions {
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;
}