- improved error message
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=157
This commit is contained in:
parent
7aa1b98105
commit
a78a9d55b7
@ -33,7 +33,7 @@ index b438629..82d6ed5 100644
|
||||
}
|
||||
- script_go(ip->client);
|
||||
+ if (script_go(ip->client)) {
|
||||
+ log_info("%s: unable to request interface %s",
|
||||
+ log_info("%s: unable to pre-init requested interface %s",
|
||||
+ path_dhclient_script, ip->name);
|
||||
+ ip->flags &= ~(INTERFACE_REQUESTED|INTERFACE_AUTOMATIC);
|
||||
+ failed++;
|
||||
|
Loading…
Reference in New Issue
Block a user