Skip to content

Commit

Permalink
ocfs2: silence a debug print
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
  • Loading branch information
Mark Fasheh committed Jun 29, 2006
1 parent d426721 commit e7607ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ocfs2/slot_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb)
osb->slot_num = slot;
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);
if (status < 0)
Expand Down

0 comments on commit e7607ab

Please sign in to comment.