Skip to content

Commit

Permalink
Update src/S3FileSystem.cc
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
bbockelm and github-actions[bot] authored May 23, 2024
1 parent 4f715c2 commit 8bc58c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/S3FileSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ int S3FileSystem::Stat(const char *path, struct stat *buff, int opts,
if (!res) {
if (m_log.getMsgMask() & XrdHTTPServer::Info) {
std::stringstream ss;
ss << "Failed to stat path " << path << "; response code " << listCommand.getResponseCode();
ss << "Failed to stat path " << path << "; response code "
<< listCommand.getResponseCode();
m_log.Log(XrdHTTPServer::Info, "Stat", ss.str().c_str());
}
switch (listCommand.getResponseCode()) {
Expand Down

0 comments on commit 8bc58c6

Please sign in to comment.