Skip to content
Snippets Groups Projects
Commit a9f65646 authored by Steven Murray's avatar Steven Murray
Browse files

Improved the vdqm error log "Unable to read Request from socket"

I have added the values of reqHost and server to the log.
parent 4e9f1e8f
Branches
Tags
No related merge requests found
......@@ -279,7 +279,9 @@ throw (castor::exception::Exception) {
<< "unauthorised drive request (0x" << std::hex << reqtype
<< ") for " << driveRequest->drive
<< "@" << driveRequest->server
<< " from " << driveRequest->reqhost << std::endl;
<< " from " << driveRequest->reqhost
<< ": reqhost=" << driveRequest->reqhost
<< " server=" << driveRequest->server << std::endl;
throw ex;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment