]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: use cout instead of cerr in journal tool 2360/head
authorJohn Spray <john.spray@redhat.com>
Fri, 29 Aug 2014 17:34:39 +0000 (18:34 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 29 Aug 2014 17:34:39 +0000 (18:34 +0100)
commit9fc26840cf20cd548c9aecd36bbb4da624c3ca28
treee196ba711fe0c28b20b6ad1fc94f95c7fd9b227d
parent8cf21ec48513b8446e1a92830febd9f9bddf6f1c
tools: use cout instead of cerr in journal tool

Aside from being a bit odd to begin with, using stderr
was causing tests to fail because the output was polluted
by log output which is also on stderr.

Fixes: 9281
Signed-off-by: John Spray <john.spray@redhat.com>
qa/workunits/suites/cephfs_journal_tool_smoke.sh
src/tools/cephfs/EventOutput.cc