mirror of
https://github.com/ceph/ceph
synced 2025-03-06 00:10:04 +00:00
lockdep: don't make noise on startup
Who cares! Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
parent
fdaed0a7a2
commit
722e9e59cb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user