Skip to content

Commit

Permalink
Debugging some more
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Jan 19, 2025
1 parent cb27f93 commit e913cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository/gridftp/globus5/authz/source/AuthzWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ AuthzWorker::AuthzWorker(struct Config *a_config, LogContext log_context)
m_log_context = log_context;
m_log_context.thread_name += "-authz_worker";
m_log_context.thread_id = 0;
DL_INFO(m_log_context, "config log_path: " << std::string(m_config->log_path) << " length " << std::string(m_config->log_path).length() );
DL_INFO(m_log_context, "a_config log_path: " << std::string(a_config->log_path) << " length " << std::string(a_config->log_path).length() );
DL_INFO(m_log_context, "m_config log_path: " << std::string(m_config->log_path) << " length " << std::string(m_config->log_path).length() );
DL_INFO(m_log_context, "Testing AuthzWorker capability");
// Convert config item to string for easier manipulation
m_local_globus_path_root = std::string(a_config->globus_collection_path);
Expand Down

0 comments on commit e913cbb

Please sign in to comment.