Remove extra linefeed from hostapd_logger message

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2012-04-01 13:41:03 +03:00
parent a4e73a0e47
commit 8c6f80e023
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ static void radius_client_update_timeout(struct radius_client_data *radius)
NULL); NULL);
hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS, hostapd_logger(radius->ctx, NULL, HOSTAPD_MODULE_RADIUS,
HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in" HOSTAPD_LEVEL_DEBUG, "Next RADIUS client retransmit in"
" %ld seconds\n", (long int) (first - now.sec)); " %ld seconds", (long int) (first - now.sec));
} }