aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_prv_config.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-03-13 21:54:50 -0500
committerTristan Sloughter <[email protected]>2013-03-13 21:54:50 -0500
commit0eaef0e1c3a1c50f5df7665da1cba636cb7e11ea (patch)
tree6c491fddb665ae86cb6113749549b7ca635ffc73 /src/rcl_prv_config.erl
parent6d27a1af18f8337bbcfd3994787bf8725b94868a (diff)
parentc7fd47264688ff74adafc18269a378c14742b284 (diff)
downloadrelx-0eaef0e1c3a1c50f5df7665da1cba636cb7e11ea.tar.gz
relx-0eaef0e1c3a1c50f5df7665da1cba636cb7e11ea.tar.bz2
relx-0eaef0e1c3a1c50f5df7665da1cba636cb7e11ea.zip
Merge branch 'next'
Diffstat (limited to 'src/rcl_prv_config.erl')
-rw-r--r--src/rcl_prv_config.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rcl_prv_config.erl b/src/rcl_prv_config.erl
index 60655b1..1027edf 100644
--- a/src/rcl_prv_config.erl
+++ b/src/rcl_prv_config.erl
@@ -54,8 +54,8 @@ do(State) ->
-spec format_error(Reason::term()) -> iolist().
format_error({consult, ConfigFile, Reason}) ->
- io_lib:format("Unable to read file ~s: ~s", [ConfigFile,
- file:format_error(Reason)]);
+ io_lib:format("Unable to read file ~s: ~s", [ConfigFile,
+ file:format_error(Reason)]);
format_error({invalid_term, Term}) ->
io_lib:format("Invalid term in config file: ~p", [Term]).