Skip to content
Snippets Groups Projects
Commit c2721149 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed reported protocol for tape transfers (was saying standard rather than migration or recall)

parent 882914c2
Branches
Tags
No related merge requests found
......@@ -254,7 +254,7 @@ class RunningTransfersSet(object):
self.tapelock.acquire()
try:
for tTransfer in self.tapeTransfers:
transferType = TransferType.toStr(tTransfer.transferType)
transferType = TapeTransferType.toStr(tTransfer.transferType)
n = n + 1
nbslots = self.config.getValue('DiskManager', transferType+'Weight', 1, int)
ns = ns + nbslots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment