Skip to content

Commit

Permalink
Summarizing shadow integrity check op result in uniqueness detection …
Browse files Browse the repository at this point in the history
…phase.
  • Loading branch information
mederly committed Sep 24, 2015
1 parent dd4ff86 commit 27370ae
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -661,6 +661,8 @@ private String reportOrFixUniqueness(OperationResult result) {
// TODO report the duplicates that remain
}

result.summarize(); // there can be many 'search owner' subresults

return stat.toString() + "\n" + details.toString();
}

Expand Down

0 comments on commit 27370ae

Please sign in to comment.