diff options
author | Lukas Larsson <[email protected]> | 2013-08-23 12:19:16 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-23 12:19:16 +0200 |
commit | 7fcb9c4b3df1ec2edfdb187635ea8dcd856dc65d (patch) | |
tree | 5e3eaf70d9cf0d6087ada1f8c0b099ec2f6c0fd6 | |
parent | 5e2f9c13426ad4048d563c730bf29f8b677e6fb5 (diff) | |
parent | 10530282667123151c1c24842f6e4bfbd3b59a76 (diff) | |
download | otp-7fcb9c4b3df1ec2edfdb187635ea8dcd856dc65d.tar.gz otp-7fcb9c4b3df1ec2edfdb187635ea8dcd856dc65d.tar.bz2 otp-7fcb9c4b3df1ec2edfdb187635ea8dcd856dc65d.zip |
Merge branch 'maint'
* maint:
erts: Fix print out of acul option in crash dump
-rw-r--r-- | erts/emulator/beam/erl_alloc_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_alloc_util.c b/erts/emulator/beam/erl_alloc_util.c index bf8a37c71b..e6d9f83aed 100644 --- a/erts/emulator/beam/erl_alloc_util.c +++ b/erts/emulator/beam/erl_alloc_util.c @@ -4369,7 +4369,7 @@ info_options(Allctr_t *allctr, #endif "option lmbcs: %beu\n" "option smbcs: %beu\n" - "option mbcgs: %beu\n", + "option mbcgs: %beu\n" "option acul: %d\n", topt, allctr->ramv ? "true" : "false", |