File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,11 @@ static interface_ref start(struct state *state, struct cli_options *cliopt) {
237237 xpc_dictionary_set_uuid (dict , vmnet_network_identifier_key , cliopt -> vmnet_network_identifier );
238238 uuid_string_t uuid_str ;
239239 uuid_unparse (cliopt -> vmnet_network_identifier , uuid_str );
240- INFOF ("Using network identifier \"%s\" and no vmnet gateway -> NO DHCP will be enabled on this vmnet" , uuid_str );
240+ INFOF ("Using network identifier \"%s\" and no vmnet gateway -> NO DHCP will be enabled on "
241+ "this vmnet" ,
242+ uuid_str );
241243 }
242- } else {
244+ } else {
243245 if (cliopt -> vmnet_gateway != NULL ) {
244246 xpc_dictionary_set_string (dict , vmnet_start_address_key , cliopt -> vmnet_gateway );
245247 xpc_dictionary_set_string (dict , vmnet_end_address_key , cliopt -> vmnet_dhcp_end );
You can’t perform that action at this time.
0 commit comments