Merge "ExternalIdNotes: Improve debug log on load"

This commit is contained in:
Edwin Kempin
2018-09-27 14:01:08 +00:00
committed by Gerrit Code Review

View File

@@ -656,7 +656,7 @@ public class ExternalIdNotes extends VersionedMetaData {
@Override
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();