Remove extra linefeed from hostapd_logger message

Signed-hostap: Jouni Malinen <j@w1.fi>
master
Jouni Malinen 12 years ago
parent a4e73a0e47
commit 8c6f80e023

@ -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…
Cancel
Save