Skip to content

Commit

Permalink
nfs: include read/write information to transfers
Browse files Browse the repository at this point in the history
Acked-by: Gerd Behrmann
Target: master, 2.13, 2.12
Require-book: no
Require-notes: yes
(cherry picked from commit 20cce56)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann committed Jun 9, 2015
1 parent c992a89 commit 7072d29
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -877,8 +877,9 @@ private static class NfsTransfer extends RedirectedTransfer<PoolDS> {

@Override
public String toString() {
return String.format(" %s : %s@%s, OS=%s,cl=[%s]",
return String.format(" %s : %s %s@%s, OS=%s,cl=[%s]",
getPnfsId(),
isWrite() ? "WRITE" : "READ",
getMoverId(),
getPool(),
((NFS4ProtocolInfo)getProtocolInfoForPool()).stateId(),
Expand Down

0 comments on commit 7072d29

Please sign in to comment.