added logs
Generate and publish developer Wiki / validate-wiki (pull_request) Successful in 15s
Generate and publish developer Wiki / publish-wiki (pull_request) Canceled after 0s

This commit is contained in:
2026-08-07 13:46:16 +00:00
parent 308803053c
commit 581cfb90bd
12 changed files with 110 additions and 83 deletions
+1 -1
View File
@@ -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");