Skip to content

Commit

Permalink
Client library: show attribute address instead of client address in i…
Browse files Browse the repository at this point in the history
…-node cache validation method.
  • Loading branch information
mikeov committed Oct 26, 2014
1 parent e046591 commit 8b6ff99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cc/libclient/KfsClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ KfsClientImpl::Validate(
fa != fa->fidNameIt->second ||
(fa->nameIt != mPathCacheNone && fa != fa->nameIt->second))) {
KFS_LOG_STREAM_FATAL << "invalid FAttr:" <<
" " << (const void*)this <<
" " << (const void*)fa <<
" prev: " << (const void*)&FAttrLru::GetPrev(*fa) <<
" next: " << (const void*)&FAttrLru::GetNext(*fa) <<
" fileId: " << fa->fileId <<
Expand Down

0 comments on commit 8b6ff99

Please sign in to comment.