From cc2447f1b13f4a4501309254354ee4c15557be10 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 7 Jul 2011 15:29:53 +0200 Subject: [PATCH] Correct sub_dirs loop log message --- src/rebar_subdirs.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rebar_subdirs.erl b/src/rebar_subdirs.erl index 261bdf8..119dacb 100644 --- a/src/rebar_subdirs.erl +++ b/src/rebar_subdirs.erl @@ -59,10 +59,10 @@ check_loop(Cwd) -> end, case IsSymlink of {false, Dir="."} -> - ?ERROR("endless loop detected:~nsub_dirs" + ?ERROR("infinite loop detected:~nsub_dirs" " entry ~p in ~s~n", [Dir, RebarConfig]); {true, Cwd} -> - ?ERROR("endless loop detected:~nsub_dirs" + ?ERROR("infinite loop detected:~nsub_dirs" " entry ~p in ~s is a symlink to \".\"~n", [Dir0, RebarConfig]); _ ->