Use ~p for file:consult/1 {error, Reason} printout

This commit is contained in:
Daniel Luna 2012-04-06 12:36:08 -04:00 committed by Tuncer Ayaz
parent 22dec4cbb7
commit d560ccda0d

View file

@ -150,7 +150,7 @@ load_vars_file(File) ->
{ok, Terms} ->
dict:from_list(Terms);
{error, Reason} ->
?ABORT("Unable to load overlay_vars from ~s: ~p\n", [File, Reason])
?ABORT("Unable to load overlay_vars from ~p: ~p\n", [File, Reason])
end.