From 205ef4a2ee3dee26196a5a212e89b6b4839639cc Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 29 Aug 2018 15:46:17 +0200 Subject: sasl: Adjust some calls to io:format() --- lib/sasl/src/systools_relup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sasl/src/systools_relup.erl') diff --git a/lib/sasl/src/systools_relup.erl b/lib/sasl/src/systools_relup.erl index e836d57670..5f1176ec69 100644 --- a/lib/sasl/src/systools_relup.erl +++ b/lib/sasl/src/systools_relup.erl @@ -587,7 +587,7 @@ default(warnings_as_errors) -> false. print_error({error, Mod, Error}) -> S = apply(Mod, format_error, [Error]), - io:format(S, []); + io:format("~ts", [S]); print_error(Other) -> io:format("Error: ~tp~n", [Other]). -- cgit v1.2.3