]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove extra linefeed from hostapd_logger message
authorJouni Malinen <j@w1.fi>
Sun, 1 Apr 2012 10:41:03 +0000 (13:41 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 1 Apr 2012 10:41:03 +0000 (13:41 +0300)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/radius/radius_client.c

index cdaeae9b8e5e62d8a00ed3578140c045c1219bab..1ee71316ad182730e24f90c725ee350b599e4b38 100644 (file)
@@ -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));
 }