mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Fix a typo in PersistenceExtensions log message (#4221)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
This commit is contained in:
parent
03a9708b6c
commit
6eeb9dd7c9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user