diff options
-rw-r--r-- | net/ceph/osd_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index ad427e698890..42119c05e82c 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c | |||
@@ -2037,8 +2037,8 @@ static struct ceph_msg *get_reply(struct ceph_connection *con, | |||
2037 | if (!req) { | 2037 | if (!req) { |
2038 | *skip = 1; | 2038 | *skip = 1; |
2039 | m = NULL; | 2039 | m = NULL; |
2040 | pr_info("get_reply unknown tid %llu from osd%d\n", tid, | 2040 | dout("get_reply unknown tid %llu from osd%d\n", tid, |
2041 | osd->o_osd); | 2041 | osd->o_osd); |
2042 | goto out; | 2042 | goto out; |
2043 | } | 2043 | } |
2044 | 2044 | ||