]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: fix console msg
authorSage Weil <sage@newdream.net>
Thu, 17 Sep 2009 20:15:29 +0000 (13:15 -0700)
committerSage Weil <sage@newdream.net>
Thu, 17 Sep 2009 20:15:29 +0000 (13:15 -0700)
src/kernel/mds_client.c

index b83fe942000badbe3b1f6b06325a1a9a3b96e609..438c1ea919c7b8bbd24a7a442dea1ebf67480156 100644 (file)
@@ -2535,8 +2535,7 @@ static void delayed_work(struct work_struct *work)
                if (s->s_ttl && time_after(jiffies, s->s_ttl)) {
                        if (s->s_state == CEPH_MDS_SESSION_OPEN) {
                                s->s_state = CEPH_MDS_SESSION_HUNG;
-                               pr_info("ceph mds%d session probably timed out,"
-                                       " requesting mds map\n", s->s_mds);
+                               pr_info("ceph mds%d session hung\n", s->s_mds);
                        }
                }
                if (s->s_state < CEPH_MDS_SESSION_OPEN) {