Skip to content
Snippets Groups Projects
Commit 2f0b53e8 authored by Elvin Alin Sindrilaru's avatar Elvin Alin Sindrilaru
Browse files

XROOTD: Fix error message output

parent 661deb6f
Branches
Tags
No related merge requests found
......@@ -322,7 +322,7 @@ XrdxCastor2Stager::DoAsyncReq(XrdOucErrInfo& error,
}
catch (castor::exception::Exception e)
{
xcastor_static_debug("% request exception: %s", opType.c_str(),
xcastor_static_debug("%s request exception: %s", opType.c_str(),
e.getMessage().str().c_str());
error.setErrInfo(ECOMM, e.getMessage().str().c_str());
return SFS_ERROR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment