]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/common/assert.cc: flush cout before abort
authorSamuel Just <sjust@redhat.com>
Thu, 30 May 2019 00:32:09 +0000 (17:32 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 31 May 2019 21:05:44 +0000 (14:05 -0700)
commit395a2f6828addac4ce25d4465d72067ff3ee73dd
tree2bfe720d18091e0e0f69cb54aaa6f646601e7137
parent0c254023cf851cdb967ca47445e6e4e964b7f08f
crimson/common/assert.cc: flush cout before abort

Seastar logger() instances don't flush the channel, so recent messages
won't be present otherwise.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/common/assert.cc