]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg/async: remove fd output in log prefix 11199/head
authorHaomai Wang <haomai@xsky.com>
Thu, 22 Sep 2016 15:11:09 +0000 (23:11 +0800)
committerHaomai Wang <haomai@xsky.com>
Thu, 22 Sep 2016 15:11:09 +0000 (23:11 +0800)
commit5588176b12dec985a98ac8013ddc4c6f45170a4b
tree408949efbac51e7d041272119d9536cc8405df4f
parent920418e19f79f8eacd30327d4f23a80b34994e91
msg/async: remove fd output in log prefix

it's tricky to prevent fd racing in logs, otherwise we need to provide with
lock to totally avoid this. But I don't think it deserve lock

Signed-off-by: Haomai Wang <haomai@xsky.com>
src/msg/async/AsyncConnection.cc