Browse Source

Remove gratuitous space in debug log

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
147d5e3b56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_deps.erl

+ 1
- 1
src/rebar_deps.erl View File

@ -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…
Cancel
Save