mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Fix logging (reported-by Sergey Yelin)
This commit is contained in:
parent
18d4ddc8d0
commit
b571e7b52f
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ validate_name(AppName, File) ->
|
|||
end.
|
||||
|
||||
validate_modules(AppName, undefined) ->
|
||||
?ERROR("Missing modules declaration in~p.app:\n", [AppName]),
|
||||
?ERROR("Missing modules declaration in ~p.app~n", [AppName]),
|
||||
?FAIL;
|
||||
|
||||
validate_modules(AppName, Mods) ->
|
||||
|
|
Loading…
Reference in a new issue