Remove gratuitous space in debug log

This commit is contained in:
Tuncer Ayaz 2011-11-09 22:56:54 +01:00
parent e62ea1994c
commit 147d5e3b56

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