Skip to content

Commit 25cf302

Browse files
authored
Merge pull request ceph#43858 from rzarzynski/wip-msgr-no-cpp_error-on-read
msg/async: remove the misleading error description on read failures Reviewed-by: Casey Bodley <cbodley@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
2 parents f6b9693 + fecfdd4 commit 25cf302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msg/async/ProtocolV2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ CtPtr ProtocolV2::handle_read_frame_preamble_main(rx_buffer_t &&buffer, int r) {
10901090

10911091
if (r < 0) {
10921092
ldout(cct, 1) << __func__ << " read frame preamble failed r=" << r
1093-
<< " (" << cpp_strerror(r) << ")" << dendl;
1093+
<< dendl;
10941094
return _fault();
10951095
}
10961096

0 commit comments

Comments
 (0)