From 33753c82af257c14baae1a7bf00e6dc492a93fef Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 6 Dec 2011 10:46:27 -0800 Subject: [PATCH] filestore: send back op error to log, not stderr Signed-off-by: Sage Weil --- src/os/FileStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/FileStore.cc b/src/os/FileStore.cc index 3c64620f1bc25..7f88ea91a30e9 100644 --- a/src/os/FileStore.cc +++ b/src/os/FileStore.cc @@ -2369,7 +2369,7 @@ unsigned FileStore::_do_transaction(Transaction& t, uint64_t op_seq) break; default: - cerr << "bad op " << op << std::endl; + derr << "bad op " << op << dendl; assert(0); } -- 2.39.5