Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
nfs4j
Commits
5d2af232
Commit
5d2af232
authored
Jan 03, 2012
by
Tigran Mkrtchyan
☕
Browse files
nfsv41: include client IP into NFSv41Session#toString()
parent
3474ace1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/dcache/chimera/nfs/v4/NFSv41Session.java
View file @
5d2af232
...
...
@@ -98,7 +98,7 @@ public class NFSv41Session {
@Override
public
String
toString
()
{
return
toHexString
(
_session
.
value
);
return
_client
.
getRemoteAddress
()
+
" : "
+
toHexString
(
_session
.
value
);
}
public
String
toHexString
(
byte
[]
data
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment