Merge "DHCPv4: lease expiration is fatal, renew failures are not" into nyc-dev

This commit is contained in:
Erik Kline
2016-05-19 04:12:38 +00:00
committed by Android (Google) Code Review

View File

@@ -131,7 +131,7 @@ public class StaticIpConfiguration implements Parcelable {
str.append(" ").append(dnsServer.getHostAddress());
}
str.append(" ] Domains");
str.append(" ] Domains ");
if (domains != null) str.append(domains);
return str.toString();
}