Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251309
b: refs/heads/master
c: 0417788
h: refs/heads/master
i:
  251307: 297eccd
v: v3
  • Loading branch information
Sage Weil committed May 19, 2011
1 parent 11d34e4 commit 6aea163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: da39822c6565095a0151ccf9d6b95e2ae5612885
refs/heads/master: 04177882265bc5014300a631e7384f8fe6b6aa0f
4 changes: 3 additions & 1 deletion trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,9 @@ static int process_connect(struct ceph_connection *con)
* to WAIT. This shouldn't happen if we are the
* client.
*/
pr_err("process_connect peer connecting WAIT\n");
pr_err("process_connect got WAIT as client\n");
con->error_msg = "protocol error, got WAIT as client";
return -1;

default:
pr_err("connect protocol error, will retry\n");
Expand Down

0 comments on commit 6aea163

Please sign in to comment.