]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: Table read failure should log at error level 1265/head
authorJohn Spray <john.spray@inktank.com>
Tue, 11 Feb 2014 18:18:54 +0000 (18:18 +0000)
committerJohn Spray <john.spray@inktank.com>
Thu, 20 Feb 2014 17:01:15 +0000 (17:01 +0000)
Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/MDSTable.cc

index ef0326dfbd379c944313bcf134b88244efe3efe0..27d78ce2878502c4fb3bbdd5c33bc65fda6f6169 100644 (file)
@@ -148,7 +148,7 @@ void MDSTable::load_2(int r, bufferlist& bl, Context *onfinish)
     return;
   }
   if (r < 0) {
-    dout(10) << "load_2 could not read table: " << r << dendl;
+    derr << "load_2 could not read table: " << r << dendl;
     assert(r >= 0);
   }