Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pool: improve err msg on mover create if protocol is not supported
Motivation: When a pool is missing SSL certificates and thus https is not supported, an attempt to download a file via https will result in something like the following error message: `Internal problem: Protocol Https-1.1:<client address>:<client port>:<door cell>:<door domain>:<path> is not supported` This string includes much information in addition to the protocol, potentially making it difficult to understand the root cause. Modification: Improve logged message to mirror the other MoverProtocol mover creation exception messages and specifically highlight the protocol itself. Result: Clearer error message when MoverProtocol mover creation fails due to an unsupported protocol (e.g. https) Target: master Addresses: RT 10478 Requires-notes: no Requires-book: no Patch: https://rb.dcache.org/r/14112/ Acked-by: Dmitry Litvintsev
- Loading branch information