Merge "ExternalIdNotes: Improve debug log on load"
This commit is contained in:
@@ -656,7 +656,7 @@ public class ExternalIdNotes extends VersionedMetaData {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onLoad() throws IOException, ConfigInvalidException {
|
protected void onLoad() throws IOException, ConfigInvalidException {
|
||||||
logger.atFine().log("Reading external IDs");
|
logger.atFine().log("Reading external ID note map");
|
||||||
|
|
||||||
noteMap = revision != null ? NoteMap.read(reader, revision) : NoteMap.newEmptyMap();
|
noteMap = revision != null ? NoteMap.read(reader, revision) : NoteMap.newEmptyMap();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user