diff options
Diffstat (limited to 'src/rfc3315.c')
-rw-r--r-- | src/rfc3315.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rfc3315.c b/src/rfc3315.c index 3a2ed75..d416a90 100644 --- a/src/rfc3315.c +++ b/src/rfc3315.c @@ -1814,6 +1814,7 @@ static void update_leases(struct state *state, struct dhcp_context *context, str #ifdef HAVE_SCRIPT struct dhcp_netid *tagif = run_tag_if(state->tags); #endif + my_syslog(MS_DHCP | LOG_INFO, "update_leases(): +"); (void)context; @@ -1902,6 +1903,7 @@ static void update_leases(struct state *state, struct dhcp_context *context, str #endif } + my_syslog(MS_DHCP | LOG_INFO, "update_leases(): -"); } |