diff options
author | Lukas Larsson <[email protected]> | 2013-08-23 12:06:27 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-08-23 12:16:09 +0200 |
commit | e897846b560002f58edaae543cf28f36e3edfaf4 (patch) | |
tree | fd282e0a6875ebdbdad4203f8fa7039cff751336 /erts/emulator/beam | |
parent | 420fe40a688f88cbcd6c716cc01a5f87908bc5ee (diff) | |
download | otp-e897846b560002f58edaae543cf28f36e3edfaf4.tar.gz otp-e897846b560002f58edaae543cf28f36e3edfaf4.tar.bz2 otp-e897846b560002f58edaae543cf28f36e3edfaf4.zip |
erts: Fix print out of acul option in crash dump
Diffstat (limited to 'erts/emulator/beam')
-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", |