Fix another unit type mismatch.

(cherry picked from commit a06fc6d80f9de1074c7c13440da16b8c67e10407)
This commit is contained in:
Dan Albert 2021-06-23 20:01:38 -07:00
parent b03d1599e1
commit da917a7dde

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