]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async/ProtocolV2: always print server_cookie in hex
authorIlya Dryomov <idryomov@gmail.com>
Sun, 28 Jun 2020 10:10:54 +0000 (10:10 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 13 Jul 2020 12:45:49 +0000 (14:45 +0200)
commit6f63994dcc6542d7f55917ebb14db0f84d357d3d
treeed91ca97cecd630af1d5459911d5bc93b793923b
parent5dd0e9788ce72a76f53620f4fe6657c960cedd89
msg/async/ProtocolV2: always print server_cookie in hex

Currently it's a mix of hex and dec, making it hard to grep for.
Converge on hex to match client_cookie.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 779a8df7546b8b0850729c8b266df327fb60d15b)
src/msg/async/ProtocolV2.cc