From 4ca43ba901870bc5c40fa9f408a3dcc66050f637 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 25 May 2010 09:24:42 -0700 Subject: [PATCH] --- yaml --- r: 199314 b: refs/heads/master c: e95e9a7ae4c1e7655a0438579f891b3c60178d77 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ceph/auth.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 29e5926cd831..fd6dd2cee128 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa91647c898d62e869fcf35e977ab3c533be8fc1 +refs/heads/master: e95e9a7ae4c1e7655a0438579f891b3c60178d77 diff --git a/trunk/fs/ceph/auth.c b/trunk/fs/ceph/auth.c index 9f46de2ba7a7..01c4a1cd53c0 100644 --- a/trunk/fs/ceph/auth.c +++ b/trunk/fs/ceph/auth.c @@ -217,8 +217,8 @@ int ceph_handle_auth_reply(struct ceph_auth_client *ac, if (ac->protocol != protocol) { ret = ceph_auth_init_protocol(ac, protocol); if (ret) { - pr_err("error %d on auth method %s init\n", - ret, ac->ops->name); + pr_err("error %d on auth protocol %d init\n", + ret, protocol); goto out; } }