diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-09 22:56:54 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-11-09 22:56:54 +0100 |
commit | 147d5e3b56eed7577c7be0c70280b919b7227a65 (patch) | |
tree | 57ece462f0fdbab9024ee4630ae81538051410b0 | |
parent | e62ea1994c64486fff9749b2d1fb739c6d10fcb0 (diff) |
Remove gratuitous space in debug log
-rw-r--r-- | src/rebar_deps.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_deps.erl b/src/rebar_deps.erl index 2f00760..fdd8da1 100644 --- a/src/rebar_deps.erl +++ b/src/rebar_deps.erl @@ -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 |