diff options
author | Bob Ippolito <bob@redivi.com> | 2010-05-15 13:59:33 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2010-05-15 13:59:33 -0700 |
commit | 35a928ecf2e0736dad345f644108141eabbbbee8 (patch) | |
tree | f0925dafd20e517381ba76b6f5bb7e1bf99831df /src | |
parent | 9dd9585d5b5e10eb4301cda60e0b740c007d5e7b (diff) | |
parent | 100f277192b5f0a9507071e8bcc0c33d369d86e5 (diff) |
merge ssh://hg@bitbucket.org/basho/rebar
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_core.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl index 8025f00..15fb74c 100644 --- a/src/rebar_core.erl +++ b/src/rebar_core.erl @@ -435,7 +435,7 @@ apply_commands([], _Modules, _Config, _ModuleFile) -> apply_commands([Command | Rest], Modules, Config, ModuleFile) -> case select_modules(Modules, Command, []) of [] -> - ?CONSOLE("WARNING: '~p' command does not apply to directory ~s\n", + ?WARN("'~p' command does not apply to directory ~s\n", [Command, rebar_utils:get_cwd()]), apply_commands(Rest, Modules, Config, ModuleFile); TargetModules -> |