Skip to content

Commit d52122f

Browse files
committed
rabbit_log -> logger in MQTT test
1 parent 337236e commit d52122f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_mqtt/test/auth_SUITE.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
rabbit_log -> logger in MQTT test
12
%% This Source Code Form is subject to the terms of the Mozilla Public
23
%% License, v. 2.0. If a copy of the MPL was not distributed with this
34
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
@@ -465,7 +466,7 @@ end_per_testcase(T, Config) when T == queue_bind_permission;
465466
T == loopback_user_connects_from_remote_host ->
466467
%% So let's wait before logs are surely flushed
467468
Marker = "MQTT_AUTH_SUITE_MARKER",
468-
rpc(Config, 0, rabbit_log, error, [Marker]),
469+
rpc(Config, 0, logger, error, [Marker]),
469470
wait_log(Config, [{[Marker], fun () -> stop end}]),
470471

471472
%% Preserve file contents in case some investigation is needed, before truncating.

0 commit comments

Comments
 (0)