diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-16 08:49:41 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-16 08:49:41 -0500 |
commit | a602cfc5934d0f9b6668105ee2721f846fc46aac (patch) | |
tree | 81c7e2bc0813318ede007ed17e2940c5fbf66935 /ebin | |
parent | eb8fa02df7d71435a879de987b3139bb5bffb963 (diff) |
replace logging with ec_cmd_log from erlware_commons
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index 5c5cc70..9d4501b 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -45,6 +45,7 @@ crypto, syntax_tools, tools, + erlware_commons, relx]}, {env, [ %% Default log level |