Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6
[deliverable/linux.git] / net / ceph / osd_client.c
index ad427e6988906af054e81cb546b83e5cffa95a9d..42119c05e82c023b777298e9f41b6a6ebbade0cb 100644 (file)
@@ -2037,8 +2037,8 @@ static struct ceph_msg *get_reply(struct ceph_connection *con,
        if (!req) {
                *skip = 1;
                m = NULL;
-               pr_info("get_reply unknown tid %llu from osd%d\n", tid,
-                       osd->o_osd);
+               dout("get_reply unknown tid %llu from osd%d\n", tid,
+                    osd->o_osd);
                goto out;
        }
 
This page took 0.034596 seconds and 5 git commands to generate.