diff options
author | Siri Hansen <[email protected]> | 2017-07-07 12:02:31 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-07-07 12:02:31 +0200 |
commit | cc4de75dcb833610e52c7422b743c43556064a0a (patch) | |
tree | 5a81a1ef04482ebce0304dace8e5cd060dd1f920 /lib/reltool/src/reltool_fgraph_win.erl | |
parent | 60b478cb8398e834668b664e361aa9b6b461e708 (diff) | |
parent | 0633801a94a7ad5559ef59edc6ba25a5484d1e33 (diff) | |
download | otp-cc4de75dcb833610e52c7422b743c43556064a0a.tar.gz otp-cc4de75dcb833610e52c7422b743c43556064a0a.tar.bz2 otp-cc4de75dcb833610e52c7422b743c43556064a0a.zip |
Merge branch 'siri/unicode-in-release-handling/OTP-14463' into maint
* siri/unicode-in-release-handling/OTP-14463:
[sasl] Improve handling of unicode strings and atoms
[reltool] Improve handling of unicode strings and atoms
Diffstat (limited to 'lib/reltool/src/reltool_fgraph_win.erl')
-rw-r--r-- | lib/reltool/src/reltool_fgraph_win.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool_fgraph_win.erl b/lib/reltool/src/reltool_fgraph_win.erl index 915330794c..a10a2281db 100644 --- a/lib/reltool/src/reltool_fgraph_win.erl +++ b/lib/reltool/src/reltool_fgraph_win.erl @@ -526,7 +526,7 @@ loop(S, G) -> exit(Reason); Other -> - error_logger:format("~w~w got unexpected message:\n\t~p\n", + error_logger:format("~w~w got unexpected message:\n\t~tp\n", [?MODULE, self(), Other]), loop(S, G) end. |