aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/src/systools_relup.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2011-11-10 11:43:37 +0100
committerSiri Hansen <[email protected]>2011-11-17 16:59:09 +0100
commit19fc8435cbc938f102ffcd0bcbabfc0371dcccb9 (patch)
tree92a0f4138d6fbe8f5fe06f7c70af43467dd33a99 /lib/sasl/src/systools_relup.erl
parentaf6941a5265ed613df26fccba3e234c24094405f (diff)
downloadotp-19fc8435cbc938f102ffcd0bcbabfc0371dcccb9.tar.gz
otp-19fc8435cbc938f102ffcd0bcbabfc0371dcccb9.tar.bz2
otp-19fc8435cbc938f102ffcd0bcbabfc0371dcccb9.zip
Add release vsn info to erts_vsn_changed warning
Diffstat (limited to 'lib/sasl/src/systools_relup.erl')
-rw-r--r--lib/sasl/src/systools_relup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/systools_relup.erl b/lib/sasl/src/systools_relup.erl
index 57e375b03e..8376e278af 100644
--- a/lib/sasl/src/systools_relup.erl
+++ b/lib/sasl/src/systools_relup.erl
@@ -366,7 +366,7 @@ check_for_emulator_restart(#release{erts_vsn = Vsn1, name = N1},
%% erts version is changed. Also allow extra restart at the end of
%% the upgrade if restart_emulator option is given.
NewRUs = [[restart_new_emulator]|RUs],
- NewWs = [{erts_vsn_changed, {N1, N2}} | Ws],
+ NewWs = [{erts_vsn_changed, {{N1,Vsn1}, {N2,Vsn2}}} | Ws],
check_for_restart_emulator_opt(NewRUs, NewWs, Opts);
check_for_emulator_restart(_, _, RUs, Ws, Opts) ->
check_for_restart_emulator_opt(RUs, Ws, Opts).