diff options
author | David Hankins <dhankins@isc.org> | 2009-09-08 17:37:31 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2009-09-08 17:37:31 +0000 |
commit | f02c8db4da3b0c92b2dcedebd85b57455fd2c9b0 (patch) | |
tree | ea1897ca9e8d139985e050376492656968a7077a /server/failover.c | |
parent | 95f5d38cb3c61f779e63a08116ba595d43505500 (diff) | |
download | isc-dhcp-f02c8db4da3b0c92b2dcedebd85b57455fd2c9b0.tar.gz |
- s/%ul/%lu/ in failover timing debug logs. This bug was introduced in
4.2 feature development, so no RELNOTES entry has been made.
[ISC-Bugs #20161]
Diffstat (limited to 'server/failover.c')
-rw-r--r-- | server/failover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/failover.c b/server/failover.c index 9fc389fe..5c84922b 100644 --- a/server/failover.c +++ b/server/failover.c @@ -1825,7 +1825,7 @@ isc_result_t dhcp_failover_set_state (dhcp_failover_state_t *state, break; #if defined (DEBUG_FAILOVER_TIMING) - log_info("add_timeout +%ul dhcp_failover_auto_partner_down", + log_info("add_timeout +%lu dhcp_failover_auto_partner_down", (unsigned long)state->auto_partner_down); #endif tv.tv_sec = cur_time + state->auto_partner_down; |