Remove extra linefeed from hostapd_logger message
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
a4e73a0e47
commit
8c6f80e023
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ static void radius_client_update_timeout(struct radius_client_data *radius)
|
|||
NULL);
|
||||
hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
|
||||
HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in"
|
||||
" %ld seconds\n", (long int) (first - now.sec));
|
||||
" %ld seconds", (long int) (first - now.sec));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue