]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: more cerr -> derr conversions
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 00:25:29 +0000 (16:25 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 17 Dec 2010 00:25:29 +0000 (16:25 -0800)
commitc4b5c33b123edfc7770e156b4b7f183f8b0af0c9
treedcf6346ac401466c3dbd08c179048ef15ffd0f39
parent30f752cd323ba1eb94145522823f499b9901a710
common: more cerr -> derr conversions

cmds: cerr -> derr

DoutStreambuf: primitive_log: just write to the stdout fd rather than cerr

assert: don't write output to stderr manually (dout will do that
automatically). Do _dout_lock.Lock rather than TryLock. Failing to wait
for the lock is potentially buggy and provides no benefit in that code.

Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
13 files changed:
src/cmds.cc
src/common/Clock.h
src/common/DoutStreambuf.cc
src/common/Logger.cc
src/common/assert.cc
src/common/buffer.cc
src/common/common_init.cc
src/common/lockdep.cc
src/config.cc
src/librados.cc
src/mds/MDSTableClient.cc
src/os/BDBMap.h
src/test/TestDoutStreambuf.cc