Index: masters/master.chromiumos/master.cfg |
diff --git a/masters/master.chromiumos/master.cfg b/masters/master.chromiumos/master.cfg |
index e2a61ca39ea411fb9e8015b49c2f149dd52da1dc..d8a9d065e745357cc3aa29cdcf83f760da292d2e 100644 |
--- a/masters/master.chromiumos/master.cfg |
+++ b/masters/master.chromiumos/master.cfg |
@@ -297,7 +297,7 @@ if ActiveMaster.is_production_host: |
if not ActiveMaster.is_production_host: |
# Save our slave pool state. This is populated when our 'slaves' variable |
# gets generated. |
- chromiumos_board_config.slave_allocator.SaveState(list_unallocated=True) |
+ chromiumos_board_config.slave_allocator.SaveState() |
slave_map = chromiumos_board_config.slave_allocator.GetSlaveMap() |
if slave_map.unallocated: |
log.msg("The following slaves were not allocated: %s" % ( |