]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- s/%ul/%lu/ in failover timing debug logs. This bug was introduced in
authorDavid Hankins <dhankins@isc.org>
Tue, 8 Sep 2009 17:37:31 +0000 (17:37 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 8 Sep 2009 17:37:31 +0000 (17:37 +0000)
  4.2 feature development, so no RELNOTES entry has been made.
  [ISC-Bugs #20161]

server/failover.c

index 9fc389feb2a97e44cfdc6efd0874fccf3754356b..5c84922b10122dde59436c0a8549bd3836eb5649 100644 (file)
@@ -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;