Skip to content

Commit 959f566

Browse files
Ayanda-Dmergify[bot]
authored andcommitted
add classic context to expiry log
(cherry picked from commit 7c53677)
1 parent e59a83b commit 959f566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_amqqueue_process.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ handle_info({maybe_expire, Vsn}, State = #q{q = Q, expires = Expiry, args_policy
16951695
case is_unused(State) of
16961696
true ->
16971697
QResource = rabbit_misc:rs(amqqueue:get_name(Q)),
1698-
rabbit_log_queue:debug("Deleting '~ts' on expiry after ~tp milliseconds", [QResource, Expiry]),
1698+
rabbit_log_queue:debug("Deleting 'classic ~ts' on expiry after ~tp milliseconds", [QResource, Expiry]),
16991699
stop(State);
17001700
false -> noreply(State#q{expiry_timer_ref = undefined})
17011701
end;

0 commit comments

Comments
 (0)