]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd/migration/HttpClient: log ec details in handle_{issue,receive}()
authorIlya Dryomov <idryomov@gmail.com>
Tue, 3 Dec 2024 15:16:39 +0000 (16:16 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 16 Dec 2024 08:51:05 +0000 (09:51 +0100)
commitee52159c90f96578244b460a915c1a651168e35a
tree5a91f0a493ffaf1e4315a0756d6d298d1cd9cdf5
parente5643f391068b5890d072c604c6be788938f7b94
librbd/migration/HttpClient: log ec details in handle_{issue,receive}()

Logging just the (negated) value makes tracking down the error category
and message unnecessarily hard.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit eb773496d53e924e6ff99ab1c3a9bcd36a8f81ea)
src/librbd/migration/HttpClient.cc