Fix a typo in a debug message
This radio_work_free() message was missing the closing parenthesis. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
77f52098a5
commit
7ed5337d8c
1 changed files with 1 additions and 1 deletions
|
@ -4711,7 +4711,7 @@ static void radio_work_free(struct wpa_radio_work *work)
|
|||
if (work->started) {
|
||||
work->wpa_s->radio->num_active_works--;
|
||||
wpa_dbg(work->wpa_s, MSG_DEBUG,
|
||||
"radio_work_free('%s'@%p: num_active_works --> %u",
|
||||
"radio_work_free('%s'@%p): num_active_works --> %u",
|
||||
work->type, work,
|
||||
work->wpa_s->radio->num_active_works);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue