diff options
Diffstat (limited to 'fs/ceph/messenger.c')
-rw-r--r-- | fs/ceph/messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/messenger.c b/fs/ceph/messenger.c index 63f7f1359385..b48abc0b3be7 100644 --- a/fs/ceph/messenger.c +++ b/fs/ceph/messenger.c | |||
@@ -857,7 +857,7 @@ out: | |||
857 | static int verify_hello(struct ceph_connection *con) | 857 | static int verify_hello(struct ceph_connection *con) |
858 | { | 858 | { |
859 | if (memcmp(con->in_banner, CEPH_BANNER, strlen(CEPH_BANNER))) { | 859 | if (memcmp(con->in_banner, CEPH_BANNER, strlen(CEPH_BANNER))) { |
860 | pr_err("connect to/from %s has bad banner\n", | 860 | pr_err("connect to %s got bad banner\n", |
861 | pr_addr(&con->peer_addr.in_addr)); | 861 | pr_addr(&con->peer_addr.in_addr)); |
862 | con->error_msg = "protocol error, bad banner"; | 862 | con->error_msg = "protocol error, bad banner"; |
863 | return -1; | 863 | return -1; |