Skip to content

Commit 7c53677

Browse files
committed
add classic context to expiry log
1 parent c1bf462 commit 7c53677

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
@@ -1720,7 +1720,7 @@ handle_info({maybe_expire, Vsn}, State = #q{q = Q, expires = Expiry, args_policy
17201720
case is_unused(State) of
17211721
true ->
17221722
QResource = rabbit_misc:rs(amqqueue:get_name(Q)),
1723-
rabbit_log_queue:debug("Deleting '~ts' on expiry after ~tp milliseconds", [QResource, Expiry]),
1723+
rabbit_log_queue:debug("Deleting 'classic ~ts' on expiry after ~tp milliseconds", [QResource, Expiry]),
17241724
stop(State);
17251725
false -> noreply(State#q{expiry_timer_ref = undefined})
17261726
end;

0 commit comments

Comments
 (0)