Skip to content

Commit

Permalink
Add newline to HTTP Status text
Browse files Browse the repository at this point in the history
  • Loading branch information
mpatrascoiu committed Jun 8, 2018
1 parent 620bf7f commit 6771b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/XrdHttp/XrdHttpReq.cc
Expand Up @@ -797,6 +797,8 @@ void XrdHttpReq::mapXrdErrorToHttpStatus() {

TRACEI(REQ, "PostProcessHTTPReq mapping Xrd error [" << xrderrcode
<< "] to status code [" << httpStatusCode << "]");

httpStatusText += "\n";
}
}

Expand Down

0 comments on commit 6771b3c

Please sign in to comment.