summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-10-30 07:10:01 +0000
committerTed Lemon <source@isc.org>2001-10-30 07:10:01 +0000
commitdc9491d65d4f711c14d09c37faba50dda3b6bd9f (patch)
tree3e657e673e2588b817c7718b51a2ec1230c457b8
parent78981e75681918b49a909dbfb8f93d18cb4018e6 (diff)
downloadisc-dhcp-dc9491d65d4f711c14d09c37faba50dda3b6bd9f.tar.gz
Oops, format string error.V3-0-1RC2
-rw-r--r--server/failover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/failover.c b/server/failover.c
index afc9895d..39af10b0 100644
--- a/server/failover.c
+++ b/server/failover.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: failover.c,v 1.53.2.19 2001/10/27 17:22:35 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
+"$Id: failover.c,v 1.53.2.20 2001/10/30 07:10:01 mellon Exp $ Copyright (c) 1999-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -2239,7 +2239,7 @@ int dhcp_failover_pool_check (struct pool *pool)
else
lts = (pool -> free_leases - pool -> backup_leases) / 2;
- log_info ("pool %lx total %d free %d backup %d lts %d",
+ log_info ("pool %lx %s total %d free %d backup %d lts %d",
(unsigned long)pool,
pool -> shared_network ? pool -> shared_network -> name : "",
pool -> lease_count,