diff options
author | Hans Bolinder <[email protected]> | 2017-07-06 12:48:00 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-09-05 11:02:26 +0200 |
commit | 6086776a4b8c953702cac7bcc2763cd1ad259e88 (patch) | |
tree | de2c07ba7a19312d24dfa837fbf44c7b9f7f0257 /lib/stdlib/src/gen.erl | |
parent | d88c1c73f733f57e1a176639186bd5d99d585a12 (diff) | |
download | otp-6086776a4b8c953702cac7bcc2763cd1ad259e88.tar.gz otp-6086776a4b8c953702cac7bcc2763cd1ad259e88.tar.bz2 otp-6086776a4b8c953702cac7bcc2763cd1ad259e88.zip |
stdlib : Improve handling of Unicode
Diffstat (limited to 'lib/stdlib/src/gen.erl')
-rw-r--r-- | lib/stdlib/src/gen.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/gen.erl b/lib/stdlib/src/gen.erl index 32f43fc706..33af0aed8f 100644 --- a/lib/stdlib/src/gen.erl +++ b/lib/stdlib/src/gen.erl @@ -422,7 +422,7 @@ debug_options(Name, Opts) -> try sys:debug_options(Options) catch _:_ -> error_logger:format( - "~p: ignoring erroneous debug options - ~p~n", + "~tp: ignoring erroneous debug options - ~tp~n", [Name,Options]), [] end; |