]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
dout: don't print time to syslog
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 9 Feb 2011 18:53:46 +0000 (10:53 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Wed, 9 Feb 2011 19:28:47 +0000 (11:28 -0800)
commitf7475de2f672a39afda430af04a6f8557859abf5
tree72d52852cbbb5e6c01921b8a77f8f0f61e957572
parente45fd9f2935b9feca98512802dc3fbe98d00fd4a
dout: don't print time to syslog

Syslog itself prepends a time to messages, so don't duplicate that.
Use a faster snprintf-based method to generate the time string rather
than streams.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/auth/Crypto.cc
src/common/DoutStreambuf.cc
src/common/debug.h
src/testcrypto.cc