aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/inet_tcp_dist.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-06-09 12:15:00 +0200
committerHans Bolinder <[email protected]>2017-06-09 13:24:44 +0200
commit06e679b3652f6757c7d033d97ec9fb4dfc3f532c (patch)
tree25901fe3bd3339198f42a6ec128ba57441d03769 /lib/kernel/src/inet_tcp_dist.erl
parent388a94b62b8322fc5466597816a70274c0269f5b (diff)
downloadotp-06e679b3652f6757c7d033d97ec9fb4dfc3f532c.tar.gz
otp-06e679b3652f6757c7d033d97ec9fb4dfc3f532c.tar.bz2
otp-06e679b3652f6757c7d033d97ec9fb4dfc3f532c.zip
kernel: Improve handling of Unicode filenames
Diffstat (limited to 'lib/kernel/src/inet_tcp_dist.erl')
-rw-r--r--lib/kernel/src/inet_tcp_dist.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kernel/src/inet_tcp_dist.erl b/lib/kernel/src/inet_tcp_dist.erl
index 8c8fe86811..e3fdb1bb22 100644
--- a/lib/kernel/src/inet_tcp_dist.erl
+++ b/lib/kernel/src/inet_tcp_dist.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2016. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2017. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -390,14 +390,14 @@ splitnode(Driver, Node, LongOrShortNames) ->
error_msg("** System running to use "
"fully qualified "
"hostnames **~n"
- "** Hostname ~s is illegal **~n",
+ "** Hostname ~ts is illegal **~n",
[Host]),
?shutdown(Node)
end;
L when length(L) > 1, LongOrShortNames =:= shortnames ->
error_msg("** System NOT running to use fully qualified "
"hostnames **~n"
- "** Hostname ~s is illegal **~n",
+ "** Hostname ~ts is illegal **~n",
[Host]),
?shutdown(Node);
_ ->