Преглед изворни кода

Fix a format of a debug output

pull/3/head
YAMAMOTO Takashi пре 11 година
committed by YAMAMOTO Takashi
родитељ
комит
7fd5a2d630
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rebar_ct.erl

+ 1
- 1
src/rebar_ct.erl Прегледај датотеку

@ -280,7 +280,7 @@ get_cover_config(Config, Cwd) ->
?DEBUG("No cover spec found: ~s~n", [Cwd]),
"";
[Spec] ->
?DEBUG("Found cover file ~w~n", [Spec]),
?DEBUG("Found cover file ~s~n", [Spec]),
" -cover " ++ Spec;
Specs ->
?ABORT("Multiple cover specs found: ~p~n", [Specs])

Loading…
Откажи
Сачувај