Skip to content

Commit 173876c

Browse files
More log message edits #14403
1 parent a9f7bf1 commit 173876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/src/rabbit_stream_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@ complete_secret_update(NewUser = #user{username = Username},
27802780
try
27812781
?LOG_DEBUG("Stream connection: will verify virtual host access after secret (token) update"),
27822782
rabbit_access_control:check_vhost_access(NewUser, VH, {socket, S}, #{}),
2783-
?LOG_DEBUG("Checked vhost access"),
2783+
?LOG_DEBUG("Stream connection: successfully re-verified virtual host access"),
27842784

27852785
{C1#stream_connection{user = NewUser,
27862786
authentication_state = done,

0 commit comments

Comments
 (0)