lockdep: don't make noise on startup

Who cares!

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
Sage Weil 2012-02-24 12:39:44 -08:00
parent fdaed0a7a2
commit 722e9e59cb

View File

@ -103,7 +103,7 @@ void global_init(std::vector < const char* >& args,
install_standard_sighandlers();
if (g_lockdep) {
derr << "lockdep is enabled" << dendl;
dout(1) << "lockdep is enabled" << dendl;
lockdep_register_ceph_context(cct);
}
register_assert_context(cct);