Skip to content

Commit bbc5e58

Browse files
Update src/HTTPCommands.cc
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 733299b commit bbc5e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HTTPCommands.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,8 @@ int HTTPRequest::HandleHTTPError(const HTTPRequest &request, XrdSysError &log,
893893
if (context) {
894894
ss << " (context: " << context << ")";
895895
}
896-
log.Log(LogMask::Warning, "HTTPRequest::HandleHTTPError", ss.str().c_str());
896+
log.Log(LogMask::Warning, "HTTPRequest::HandleHTTPError",
897+
ss.str().c_str());
897898
return -EIO;
898899
}
899900
}

0 commit comments

Comments
 (0)