Skip to content

Commit feab81c

Browse files
committed
add IP address to timer message
1 parent 9ba31a4 commit feab81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/io/master.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,8 +2022,6 @@ static void client_expiry_timer(fr_event_list_t *el, fr_time_t now, void *uctx)
20222022
goto reset_timer;
20232023
}
20242024

2025-
DEBUG("TIMER - checking status of client %s", client->radclient->shortname);
2026-
20272025
/*
20282026
* It's a negative cache entry. Just delete it.
20292027
*/
@@ -2060,6 +2058,8 @@ static void client_expiry_timer(fr_event_list_t *el, fr_time_t now, void *uctx)
20602058
return;
20612059
}
20622060

2061+
DEBUG("TIMER - checking status of dynamic client %s %pV", client->radclient->shortname, fr_box_ipaddr(client->src_ipaddr));
2062+
20632063
/*
20642064
* It's a dynamically defined client. If no one is using
20652065
* it, clean it up after an idle timeout.

0 commit comments

Comments
 (0)