Skip to content

Commit

Permalink
Issue #7546 - minor bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii0lomakin committed Jul 19, 2017
1 parent 9773017 commit 5516e1e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,8 @@ private void readNameIdMapV1() throws IOException, InterruptedException {
}
}

OLogManager.instance().warn(this, "Removed files " + fixedFiles + " had duplicated ids. Problem is fixed automatically.");
if (!fixedFiles.isEmpty())
OLogManager.instance().warn(this, "Removed files " + fixedFiles + " had duplicated ids. Problem is fixed automatically.");
}

private NameFileIdEntry readNextNameIdEntryV1() throws IOException {
Expand Down

0 comments on commit 5516e1e

Please sign in to comment.