From 147d5e3b56eed7577c7be0c70280b919b7227a65 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Wed, 9 Nov 2011 22:56:54 +0100 Subject: Remove gratuitous space in debug log --- src/rebar_deps.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1