diff options
author | Luis Rascao <[email protected]> | 2016-09-10 21:02:47 +0200 |
---|---|---|
committer | Luis Rascao <[email protected]> | 2016-09-19 14:12:22 +0100 |
commit | db12deff975c013a0ac02cfb49a339f8e6af5938 (patch) | |
tree | db7182c9cd0ca4c5997fbd8bbc2036d9603c3df6 /erts | |
parent | 687eae1e86817403249f03f534a256a28c5d5251 (diff) | |
download | otp-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')
-rw-r--r-- | erts/emulator/beam/dist.c | 1 |
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" |