@@ -135,7 +135,7 @@ switch_strategies(_Config) ->
135135 Handler1 = at_least_once ,
136136 % % Switching from undefined to at_least_once should start dlx consumer.
137137 {S1 , Effects0 } = rabbit_fifo_dlx :update_config (Handler0 , Handler1 , QRes , S0 ),
138- ? assertEqual ([{mod_call , rabbit_log , debug ,
138+ ? assertEqual ([{mod_call , logger , debug ,
139139 [" Switching dead_letter_handler from ~tp to ~tp for ~ts " ,
140140 [undefined , at_least_once , " queue 'blah' in vhost '/'" ]]},
141141 {aux , {dlx , setup }}],
@@ -150,10 +150,10 @@ switch_strategies(_Config) ->
150150
151151 % % Switching from at_least_once to undefined should terminate dlx consumer.
152152 {S5 , Effects } = rabbit_fifo_dlx :update_config (Handler1 , Handler0 , QRes , S4 ),
153- ? assertEqual ([{mod_call , rabbit_log , debug ,
153+ ? assertEqual ([{mod_call , logger , debug ,
154154 [" Switching dead_letter_handler from ~tp to ~tp for ~ts " ,
155155 [at_least_once , undefined , " queue 'blah' in vhost '/'" ]]},
156- {mod_call , rabbit_log , info ,
156+ {mod_call , logger , info ,
157157 [" Deleted ~b dead-lettered messages (with total messages size of ~b bytes) in ~ts " ,
158158 [1 , 1 , " queue 'blah' in vhost '/'" ]]}],
159159 Effects ),
0 commit comments