Fix another unit type mismatch.

This commit is contained in:
Dan Albert 2021-06-23 20:01:38 -07:00
parent 3ddfc47d3a
commit a06fc6d80f

View File

@ -284,7 +284,7 @@ class NewUnitTransferDialog(QDialog):
continue
logging.info(
f"Transferring {count} {unit_type.id} from {self.origin} to "
f"Transferring {count} {unit_type} from {self.origin} to "
f"{destination}"
)
transfers[unit_type] = count