Skip to content

Commit

Permalink
Log loudly when we load-shed a client.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Nov 18, 2012
1 parent ee2d953 commit d63db25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/XrdXrootd/XrdXrootdXeq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ struct XrdXrootdSessID
unsigned port; \
std::string host; \
Throttle->PerformLoadShed(myFile->loadshedOpaque, host, port); \
eDest.Emsg("Xeq", "Performing load-shed for client", myFile->ID); \
return Response.Send(kXR_redirect, port, host.c_str()); \
}

Expand Down

0 comments on commit d63db25

Please sign in to comment.