Removed superfluous call repair after being cancelled.

This commit is contained in:
Fred Dushin 2016-11-10 20:45:44 -05:00
parent 9174bdc10f
commit 8c0f3837b0

View File

@ -161,8 +161,7 @@ check_kill_repair(Node1) ->
lager:info("Repair was forcibly killed");
user_request ->
lager:info("Repair exited gracefully, we should be able to "
"trigger another repair immediately"),
normal = run_2i_repair(Node1)
"trigger another repair immediately")
end,
pass.