Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7607ab3 authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: silence a debug print

parent d426721c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)