aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src/release_handler_1.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2013-02-22 09:53:16 +0100
committerSiri Hansen <[email protected]>2013-02-22 09:53:16 +0100
commitd1a7bed5b81aa619e09d951adbd947f680f76de6 (patch)
treed4d68cd55eef6d41654142734e69a86af3b8220c /lib/sasl/src/release_handler_1.erl
parentf5c2c7299926bc024f296cf79f037576c260f0c9 (diff)
parentf354375898420aad6b14dce5703d415807f7218f (diff)
downloadotp-d1a7bed5b81aa619e09d951adbd947f680f76de6.tar.gz
otp-d1a7bed5b81aa619e09d951adbd947f680f76de6.tar.bz2
otp-d1a7bed5b81aa619e09d951adbd947f680f76de6.zip
Merge branch 'siri/sasl/unicode/OTP-10782'
* siri/sasl/unicode/OTP-10782: [sasl] Add unicode test for systools:make_script [sasl] Adapt release handling mechanisms to unicode
Diffstat (limited to 'lib/sasl/src/release_handler_1.erl')
-rw-r--r--lib/sasl/src/release_handler_1.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/sasl/src/release_handler_1.erl b/lib/sasl/src/release_handler_1.erl
index 93d12cf609..b37ae2f944 100644
--- a/lib/sasl/src/release_handler_1.erl
+++ b/lib/sasl/src/release_handler_1.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1996-2011. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2013. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -624,7 +624,7 @@ get_proc_state(Proc) ->
maybe_supervisor_which_children(suspended, Name, Pid) ->
error_logger:error_msg("release_handler: a which_children call"
- " to ~p (~p) was avoided. This supervisor"
+ " to ~p (~w) was avoided. This supervisor"
" is suspended and should likely be upgraded"
" differently. Exiting ...~n", [Name, Pid]),
error(suspended_supervisor);
@@ -635,7 +635,7 @@ maybe_supervisor_which_children(State, Name, Pid) ->
Res;
Other ->
error_logger:error_msg("release_handler: ~p~nerror during"
- " a which_children call to ~p (~p)."
+ " a which_children call to ~p (~w)."
" [State: ~p] Exiting ... ~n",
[Other, Name, Pid, State]),
error(which_children_failed)
@@ -647,7 +647,7 @@ maybe_get_dynamic_mods(Name, Pid) ->
Res;
Other ->
error_logger:error_msg("release_handler: ~p~nerror during a"
- " get_modules call to ~p (~p),"
+ " get_modules call to ~p (~w),"
" there may be an error in it's"
" childspec. Exiting ...~n",
[Other, Name, Pid]),