summaryrefslogtreecommitdiff
path: root/src/rebar_lfe_compiler.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-01-17 11:53:59 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-01-17 17:04:07 +0100
commite6caab00d597702877fc16aa705fe1d48a6d9395 (patch)
tree18b2eeb070698253db09da6feaef06ac5edec86a /src/rebar_lfe_compiler.erl
parent015e58201c87193a7ad6c30bb8b6ba3ab9c2c3e6 (diff)
Use ?ERROR where appropriate
Diffstat (limited to 'src/rebar_lfe_compiler.erl')
-rw-r--r--src/rebar_lfe_compiler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_lfe_compiler.erl b/src/rebar_lfe_compiler.erl
index 3775735..48a92a2 100644
--- a/src/rebar_lfe_compiler.erl
+++ b/src/rebar_lfe_compiler.erl
@@ -48,7 +48,7 @@ compile(Config, _AppFile) ->
compile_lfe(Source, _Target, Config) ->
case code:which(lfe_comp) of
non_existing ->
- ?CONSOLE(<<
+ ?ERROR(<<
"~n"
"*** MISSING LFE COMPILER ***~n"
" You must do one of the following:~n"