Skip to content
Snippets Groups Projects
Commit 04f4f312 authored by Elvin Sindrilaru's avatar Elvin Sindrilaru
Browse files

XROOTD: Fix debug message print out

parent 43ced95f
Branches
Tags
No related merge requests found
......@@ -622,10 +622,10 @@ XrdxCastor2Stager::StagerQuery(XrdOucErrInfo& error,
for (i = 0; i < nbresps; i++)
{
xcastor_static_debug("status=%s rc=%i, path=%s:%s ( %s ) id=%i",
stage_requestStatusName(resp[i].status), resp[i].errorCode,
resp[i].diskserver, resp[i].filename,
resp[i].castorfilename);
xcastor_static_debug("status=%s rc=%i, path=%s:%s ( %s )",
stage_requestStatusName(resp[i].status),
resp[i].errorCode, resp[i].diskserver,
resp[i].filename, resp[i].castorfilename);
status = stage_fileStatusName(resp[i].status);
if (*resp[i].castorfilename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment