Skip to content

Commit 5e8051f

Browse files
gangli02krish2718
andauthored
Apply suggestion from @krish2718
Co-authored-by: Chaitanya Tata <100136718+krish2718@users.noreply.github.com>
1 parent 0439e94 commit 5e8051f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/src/supp_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ int supplicant_config_params(const struct device *dev, struct wifi_config_params
23572357
wpa_printf(MSG_ERROR, "Failed to set OKC");
23582358
goto out;
23592359
}
2360-
wpa_printf(MSG_INFO, "Set OKC: %d", params->okc);
2360+
wpa_printf(MSG_DEBUG, "Set OKC: %d", params->okc);
23612361
}
23622362

23632363
out:

0 commit comments

Comments
 (0)