mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-18 04:40:51 +01:00
Correct a log message
This commit is contained in:
parent
8dbb3710aa
commit
816d52b9b3
@ -207,7 +207,7 @@ public class CommunityDatabase extends AbstractDatabase<CommunityDatabaseDataSli
|
|||||||
if (result == UpdateResult.UPDATED) {
|
if (result == UpdateResult.UPDATED) {
|
||||||
updated = true;
|
updated = true;
|
||||||
if (LOG.isTraceEnabled()) {
|
if (LOG.isTraceEnabled()) {
|
||||||
LOG.trace("updateSecondaryDb DB version after update: ", getEffectiveDbVersion());
|
LOG.trace("updateSecondaryDb DB version after update: {}", getEffectiveDbVersion());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user