aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/dist.c
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-09-10 21:02:47 +0200
committerLuis Rascao <[email protected]>2016-09-19 14:12:22 +0100
commitdb12deff975c013a0ac02cfb49a339f8e6af5938 (patch)
treedb7182c9cd0ca4c5997fbd8bbc2036d9603c3df6 /erts/emulator/beam/dist.c
parent687eae1e86817403249f03f534a256a28c5d5251 (diff)
downloadotp-db12deff975c013a0ac02cfb49a339f8e6af5938.tar.gz
otp-db12deff975c013a0ac02cfb49a339f8e6af5938.tar.bz2
otp-db12deff975c013a0ac02cfb49a339f8e6af5938.zip
Allow for easier enabling of distribution debug
Also update already deprecated calls.
Diffstat (limited to 'erts/emulator/beam/dist.c')
-rw-r--r--erts/emulator/beam/dist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/dist.c b/erts/emulator/beam/dist.c
index 09c83f1117..9bfeaa3379 100644
--- a/erts/emulator/beam/dist.c
+++ b/erts/emulator/beam/dist.c
@@ -25,6 +25,7 @@
/* define this to get a lot of debug output */
/* #define ERTS_DIST_MSG_DBG */
+/* #define ERTS_RAW_DIST_MSG_DBG */
#ifdef HAVE_CONFIG_H
# include "config.h"