From: David Hankins Date: Tue, 8 Sep 2009 17:37:31 +0000 (+0000) Subject: - s/%ul/%lu/ in failover timing debug logs. This bug was introduced in X-Git-Tag: v4_2_0a1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f02c8db4da3b0c92b2dcedebd85b57455fd2c9b0;p=thirdparty%2Fdhcp.git - 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] --- diff --git a/server/failover.c b/server/failover.c index 9fc389feb..5c84922b1 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;