]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
client: don't print inode, it might be NULL.
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 24 Aug 2010 22:03:24 +0000 (15:03 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 24 Aug 2010 22:11:56 +0000 (15:11 -0700)
This is especially bad because you can't start cfuse with debug level 20.

src/client/Client.cc

index d290236a2f73f02c4047f2a16c532215608c0099..ba4f1d6a2f720a808b9b1e0e2e9ffeb60ae801d9 100644 (file)
@@ -768,7 +768,7 @@ int Client::choose_target_mds(MetaRequest *req)
     is_hash = false;
   }
   
-  dout(20) << "choose_target_mds " << *in << " is_hash=" << is_hash
+  dout(20) << "choose_target_mds " << in << " is_hash=" << is_hash
            << " hash=" << hash << dendl;
 
   if (!in) goto random_mds;