client: don't print inode, it might be NULL.

This is especially bad because you can't start cfuse with debug level 20.
This commit is contained in:
Greg Farnum 2010-08-24 15:03:24 -07:00
parent 5b099f5c65
commit 4f3407de99

View 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;