mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 11:09:33 +00:00
Remove gratuitous space in debug log
This commit is contained in:
parent
e62ea1994c
commit
147d5e3b56
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ require_source_engine(Source) ->
|
|||
ok.
|
||||
|
||||
is_app_available(App, VsnRegex, Path) ->
|
||||
?DEBUG("is_app_available, looking for App ~p with Path ~p~n", [App, Path]),
|
||||
?DEBUG("is_app_available, looking for App ~p with Path ~p~n", [App, Path]),
|
||||
case rebar_app_utils:is_app_dir(Path) of
|
||||
{true, AppFile} ->
|
||||
case rebar_app_utils:app_name(AppFile) of
|
||||
|
|
Loading…
Reference in a new issue