aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/ceph/messenger.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c
index 3cdbb8853cd..35c0000a658 100644
--- a/net/ceph/messenger.c
+++ b/net/ceph/messenger.c
@@ -1355,7 +1355,9 @@ static int process_connect(struct ceph_connection *con)
1355 * to WAIT. This shouldn't happen if we are the 1355 * to WAIT. This shouldn't happen if we are the
1356 * client. 1356 * client.
1357 */ 1357 */
1358 pr_err("process_connect peer connecting WAIT\n"); 1358 pr_err("process_connect got WAIT as client\n");
1359 con->error_msg = "protocol error, got WAIT as client";
1360 return -1;
1359 1361
1360 default: 1362 default:
1361 pr_err("connect protocol error, will retry\n"); 1363 pr_err("connect protocol error, will retry\n");