Commit e7607ab3 authored by Mark Fasheh's avatar Mark Fasheh

ocfs2: silence a debug print

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent d426721c
...@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb) ...@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb)
osb->slot_num = slot; osb->slot_num = slot;
spin_unlock(&si->si_lock); spin_unlock(&si->si_lock);
mlog(ML_NOTICE, "taking node slot %d\n", osb->slot_num); mlog(0, "taking node slot %d\n", osb->slot_num);
status = ocfs2_update_disk_slots(osb, si); status = ocfs2_update_disk_slots(osb, si);
if (status < 0) if (status < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment