From 4f3407de99ca16a1b2342f0a55f527e02b36639d Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 24 Aug 2010 15:03:24 -0700 Subject: [PATCH] client: don't print inode, it might be NULL. This is especially bad because you can't start cfuse with debug level 20. --- src/client/Client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index d290236a2f73..ba4f1d6a2f72 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -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; -- 2.47.3