diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-02-22 14:41:33 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-02-22 14:41:33 -0500 |
commit | 280b8af78cd08c3e6029806936cd1637ff140f8b (patch) | |
tree | a57d5759ee001747197d837801c422376fddfadc /src/rebar_config.erl | |
parent | 48278658bb73c529ebf300c10a67e3f168b30ea8 (diff) | |
parent | c3e2ab1c1e8ef4d34ea66a64ca2a8b52a9067915 (diff) |
Merge pull request #169 from tsloughter/app_info_cleanup
consolidate app validation and exist checks
Diffstat (limited to 'src/rebar_config.erl')
-rw-r--r-- | src/rebar_config.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl index 43730ea..36d6b18 100644 --- a/src/rebar_config.erl +++ b/src/rebar_config.erl @@ -91,7 +91,7 @@ try_consult(File) -> {error, enoent} -> []; {error, Reason} -> - ?ABORT("Failed to read config file ~s: ~p", [File, Reason]) + ?ABORT("Failed to read config file ~s:~n ~p", [File, Reason]) end. bs(Vars) -> |