From 79bbf33cbd46c9a1beeae00424e14969608385ba Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 3 Nov 2014 20:47:54 -0600 Subject: fix modules thta still were using format_error/1 --- src/rlx_app_info.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rlx_app_info.erl') diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl index 931c139..ab35195 100644 --- a/src/rlx_app_info.erl +++ b/src/rlx_app_info.erl @@ -52,7 +52,7 @@ library_deps/2, link/1, link/2, - format_error/1, + format_error/2, format/2, format/1]). @@ -170,8 +170,8 @@ link(#app_info_t{link=Link}) -> link(AppInfo, NewLink) -> AppInfo#app_info_t{link=NewLink}. --spec format_error(Reason::term()) -> iolist(). -format_error({vsn_parse, AppName}) -> +-spec format_error(Reason::term(), rlx_state:t()) -> iolist(). +format_error({vsn_parse, AppName}, _) -> io_lib:format("Error parsing version for ~p", [AppName]). -- cgit v1.2.3