Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Dec 2, 2024
1 parent b270737 commit 55db0f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ void Krb5Context::checkResult(krb5_error_code const& error, std::string const& m
{
if (!error)
{
HDFS_AUTH_LOG(INFO) << LOG_DESC("init Krb5Context: ") << method << " success";
return;
}
auto msg = krb5_get_error_message(m_ctx, error);
Expand Down

0 comments on commit 55db0f1

Please sign in to comment.