aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.c
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-03-20 15:42:34 +0100
committerSverker Eriksson <[email protected]>2019-03-22 19:40:36 +0100
commitbd8f6106d44a58c261920eef72842bb3bc5a4968 (patch)
tree7472e2c80a2ee885cfcf767b0cb541a3417c0fd6 /erts/emulator/beam/bif.c
parente2cf4a8a4b03b9f430ba228276c3b2629159e832 (diff)
downloadotp-bd8f6106d44a58c261920eef72842bb3bc5a4968.tar.gz
otp-bd8f6106d44a58c261920eef72842bb3bc5a4968.tar.bz2
otp-bd8f6106d44a58c261920eef72842bb3bc5a4968.zip
epmd: Support 32-bit creation values in local node
* Increase distribution version from 5 to 6 * Introduce new ALIVE2_X_RESP with 32-bit creation as reply to ALIVE2_REQ when sender dist version >= 6 * Still reply old ALIVE2_RESP with tiny creation 1..3 if sender dist version < 6.
Diffstat (limited to 'erts/emulator/beam/bif.c')
-rw-r--r--erts/emulator/beam/bif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/bif.c b/erts/emulator/beam/bif.c
index eb9b585195..acb7d472fd 100644
--- a/erts/emulator/beam/bif.c
+++ b/erts/emulator/beam/bif.c
@@ -1915,7 +1915,7 @@ do_send(Process *p, Eterm to, Eterm msg, Eterm return_term, Eterm *refp,
erts_dsprintf_buf_t *dsbufp = erts_create_logger_dsbuf();
erts_dsprintf(dsbufp,
"Discarding message %T from %T to %T in an old "
- "incarnation (%d) of this node (%d)\n",
+ "incarnation (%u) of this node (%u)\n",
msg,
p->common.id,
to,
@@ -1959,7 +1959,7 @@ do_send(Process *p, Eterm to, Eterm msg, Eterm return_term, Eterm *refp,
erts_dsprintf_buf_t *dsbufp = erts_create_logger_dsbuf();
erts_dsprintf(dsbufp,
"Discarding message %T from %T to %T in an old "
- "incarnation (%d) of this node (%d)\n",
+ "incarnation (%u) of this node (%u)\n",
msg,
p->common.id,
to,