diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index 4b75577..fba5885 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -2,5 +2,7 @@ -record(global_state, { working_dir }). -define(CONSOLE(Str, Args), io:format(Str, Args)). +-define(WARN(Str, Args), io:format("WARN: " ++ Str, Args)). -define(FAIL, throw({error, failed})). + |