Skip to content

Commit

Permalink
[cmsd] Change DFS error message to be less confusing; fixes xrootd#2345
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 authored and amadio committed Nov 4, 2024
1 parent f00af29 commit d75c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCms/XrdCmsCluster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ int XrdCmsCluster::Select(XrdCmsSelect &Sel)
pmask |= pinfo.ssvec & Sel.nmask;
if (pmask && maxBits(pmask, baseFS.dfsTries()))
{Sel.Resp.DLen = snprintf(Sel.Resp.Data, sizeof(Sel.Resp.Data)-1,
"Too many attempts to gain dfs %s access to the file", Amode)+1;
"Too many DFS %s attempts; operation terminated", Amode)+1;
return RetryErr;
}
}
Expand Down

0 comments on commit d75c7d5

Please sign in to comment.