Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199314
b: refs/heads/master
c: e95e9a7
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil committed May 29, 2010
1 parent 213d16e commit 4ca43ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa91647c898d62e869fcf35e977ab3c533be8fc1
refs/heads/master: e95e9a7ae4c1e7655a0438579f891b3c60178d77
4 changes: 2 additions & 2 deletions trunk/fs/ceph/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 4ca43ba

Please sign in to comment.