Skip to content

Commit f1bd068

Browse files
committed
Use logger properly
1 parent 577cd56 commit f1bd068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Access/IAccessStorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ std::optional<AuthResult> IAccessStorage::authenticateImpl(
567567

568568
if (skipped_not_allowed_authentication_methods)
569569
{
570-
LOG_INFO(log, "Skipped the check for not allowed authentication methods,"
570+
LOG_INFO(getLogger(), "Skipped the check for not allowed authentication methods,"
571571
"check allow_no_password and allow_plaintext_password settings in the server configuration");
572572
}
573573

0 commit comments

Comments
 (0)