Cosmetic formatting change

This commit is contained in:
Scott Lystig Fritchie 2015-07-01 15:37:53 +09:00
parent a0061d6ffa
commit a658a64482

View file

@ -2065,7 +2065,7 @@ do_repair(
end, end,
Stats = [{K, ets:lookup_element(ETS, K, 2)} || K <- ETS_T_Keys], Stats = [{K, ets:lookup_element(ETS, K, 2)} || K <- ETS_T_Keys],
error_logger:info_msg("Repair ~s: tail ~p of ~p finished ~p repair ID ~w: " error_logger:info_msg("Repair ~s: tail ~p of ~p finished ~p repair ID ~w: "
"~w\nStats ~w\n", "~p\nStats ~p\n",
[Summary, MyName, UPI, RepairMode, RepairId, [Summary, MyName, UPI, RepairMode, RepairId,
Res, Stats]), Res, Stats]),
ets:delete(ETS), ets:delete(ETS),