ocfs2: silence a debug print

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

+1 -1
+1 -1
fs/ocfs2/slot_map.c
··· 264 264 osb->slot_num = slot; 265 265 spin_unlock(&si->si_lock); 266 266 267 - mlog(ML_NOTICE, "taking node slot %d\n", osb->slot_num); 267 + mlog(0, "taking node slot %d\n", osb->slot_num); 268 268 269 269 status = ocfs2_update_disk_slots(osb, si); 270 270 if (status < 0)