diff options
Diffstat (limited to 'fs/ocfs2/slot_map.c')
-rw-r--r-- | fs/ocfs2/slot_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/slot_map.c b/fs/ocfs2/slot_map.c index 871627961d6d..aa6f5aadedc4 100644 --- a/fs/ocfs2/slot_map.c +++ b/fs/ocfs2/slot_map.c | |||
@@ -264,7 +264,7 @@ int ocfs2_find_slot(struct ocfs2_super *osb) | |||
264 | osb->slot_num = slot; | 264 | osb->slot_num = slot; |
265 | spin_unlock(&si->si_lock); | 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 | status = ocfs2_update_disk_slots(osb, si); | 269 | status = ocfs2_update_disk_slots(osb, si); |
270 | if (status < 0) | 270 | if (status < 0) |