Skip to content

Commit

Permalink
[XrdCl] Explicitly log request retries, closes #690
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed May 28, 2018
1 parent 6ef8e30 commit ce71652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/XrdCl/XrdClXRootDMsgHandler.cc
Expand Up @@ -1969,7 +1969,13 @@ namespace XrdCl
return Status();
}
else
{
log->Info( XRootDMsg, "[%s] Retrying request: %s.",
pUrl.GetHostId().c_str(),
pRequest->GetDescription().c_str() );

return pPostMaster->Send( pUrl, pRequest, this, true, pExpiration );
}
}

//----------------------------------------------------------------------------
Expand Down

0 comments on commit ce71652

Please sign in to comment.