Skip to content

Commit 42826e7

Browse files
committed
Adding debug statement to stashcp.py
1 parent 28a89b9 commit 42826e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stashcp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ def timed_transfer(filename, destination, cache, debug=False, ):
514514
os.remove(filename)
515515

516516
if debug:
517+
logging.debug("xrdcp command: %s", command)
517518
xrdcp=subprocess.Popen([command ],shell=True,stdout=subprocess.PIPE)
518519
else:
519520
xrdcp=subprocess.Popen([command ],shell=True,stdout=subprocess.PIPE, stderr=subprocess.PIPE)

0 commit comments

Comments
 (0)