added logs
This commit is contained in:
@@ -338,7 +338,7 @@ void inform_handle_response(openuf_state_t *st,
|
||||
json_object_object_get_ex(resp, "vap_table", &vt);
|
||||
int apply_ok = 0;
|
||||
if (rt || vt) {
|
||||
printf("[openuf] Applying controller WiFi configuration...\n");
|
||||
LOGF(stdout, "Applying controller WiFi configuration...");
|
||||
apply_ok = wlan_apply_config(resp, model) == 0;
|
||||
} else {
|
||||
LOG("setstate contained neither radio_table nor vap_table");
|
||||
|
||||
Reference in New Issue
Block a user