Skip to content

Commit

Permalink
ocfs2: Clean up messages in stack_o2cb.c
Browse files Browse the repository at this point in the history
o2cb messages needed a facelift.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
  • Loading branch information
Sunil Mushran committed Jul 24, 2011
1 parent 8decab3 commit 394eb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/ocfs2/stack_o2cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ static void o2dlm_eviction_cb(int node_num, void *data)
{
struct ocfs2_cluster_connection *conn = data;

mlog(ML_NOTICE, "o2dlm has evicted node %d from group %.*s\n",
node_num, conn->cc_namelen, conn->cc_name);
printk(KERN_NOTICE "o2cb: o2dlm has evicted node %d from domain %.*s\n",
node_num, conn->cc_namelen, conn->cc_name);

conn->cc_recovery_handler(node_num, conn->cc_recovery_data);
}
Expand Down

0 comments on commit 394eb3d

Please sign in to comment.