Skip to content

Commit 30f6957

Browse files
Merge pull request #9436 from rabbitmq/mergify/bp/v3.11.x/pr-9433
2 parents 9f0d6b1 + 013e08c commit 30f6957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit_common/src/credit_flow.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@
100100
{from_info, erlang:process_info(FROM)},
101101
{timestamp,
102102
os:system_time(
103-
milliseconds)}])).
103+
millisecond)}])).
104104
-define(TRACE_UNBLOCKED(SELF, FROM), rabbit_event:notify(credit_flow_unblocked,
105105
[{process, SELF},
106106
{from, FROM},
107107
{timestamp,
108108
os:system_time(
109-
milliseconds)}])).
109+
millisecond)}])).
110110
-else.
111111
-define(TRACE_BLOCKED(SELF, FROM), ok).
112112
-define(TRACE_UNBLOCKED(SELF, FROM), ok).

0 commit comments

Comments
 (0)