@@ -37,17 +37,17 @@ } @catch (OFBindFailedException *e) { switch (e.errNo) { case EAFNOSUPPORT: [of_stdout setForegroundColor: [OFColor lime]]; [of_stdout writeLine: - @"[OFIPXSocket] -[bindToPort:packetType:]: " + @"\r[OFIPXSocket] -[bindToPort:packetType:]: " @"IPX unsupported, skipping tests"]; break; case EADDRNOTAVAIL: [of_stdout setForegroundColor: [OFColor lime]]; [of_stdout writeLine: - @"[OFIPXSocket] -[bindToPort:packetType:]: " + @"\r[OFIPXSocket] -[bindToPort:packetType:]: " @"IPX not configured, skipping tests"]; break; default: @throw e; }