diff options
| author | root <root@frank.tg14.gathering.org> | 2014-04-14 18:52:27 +0200 | 
|---|---|---|
| committer | root <root@frank.tg14.gathering.org> | 2014-04-14 18:52:27 +0200 | 
| commit | de3aaa654423c6198f3fa3dfcf47f23cf2684d9f (patch) | |
| tree | 33493ac13bfc9fd3b5e7e67e400f800cc3ff7541 | |
| parent | dc6d87d22f54f7b47df12a62ad3cdef2efdae494 (diff) | |
Remove obsolete field.
| -rw-r--r-- | planning/planning.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index 6d881bb..c30baec 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -661,7 +661,7 @@ int Planner::do_work(int distro_placements[NUM_DISTRO])  		in_addr subnet_addr4;  		subnet_addr4.s_addr = subnet_address; -		fprintf(switchlist, "%s %u e%u-%u x.x.x.x\n", +		fprintf(switchlist, "%s %u e%u-%u\n",  			inet_ntoa(subnet_addr4), SUBNET_SIZE, switches[i].row * 2 - 1, switches[i].num + 1);  		subnet_address = htonl(ntohl(subnet_address) + (1ULL << (32 - SUBNET_SIZE)));  	}  | 
