Skip to content

Commit

Permalink
Correct sub_dirs loop log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Jul 7, 2011
1 parent e0a8686 commit cc2447f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rebar_subdirs.erl
Expand Up @@ -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]);
_ ->
Expand Down

0 comments on commit cc2447f

Please sign in to comment.