|
@@ -1249,7 +1249,7 @@ static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
|
|
if (monc->client->extra_mon_dispatch &&
|
|
if (monc->client->extra_mon_dispatch &&
|
|
monc->client->extra_mon_dispatch(monc->client, msg) == 0)
|
|
monc->client->extra_mon_dispatch(monc->client, msg) == 0)
|
|
break;
|
|
break;
|
|
-
|
|
|
|
|
|
+
|
|
pr_err("received unknown message type %d %s\n", type,
|
|
pr_err("received unknown message type %d %s\n", type,
|
|
ceph_msg_type_name(type));
|
|
ceph_msg_type_name(type));
|
|
}
|
|
}
|