Commit 61dd096
Fix filter for "Discarding message..." logs
The format string is hardcoded as "~s~n" in
[ERTS](https://github.com/erlang/otp/blame/OTP-26.0/erts/emulator/beam/utils.c#L878).
Using unicode modifier resulted in a mismatch.
(cherry picked from commit f43d204)1 parent 17b960a commit 61dd096
File tree
1 file changed
+1
-1
lines changed- deps/rabbit/apps/rabbitmq_prelaunch/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments