]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Oops, format string error. V3-0-1RC2
authorTed Lemon <source@isc.org>
Tue, 30 Oct 2001 07:10:01 +0000 (07:10 +0000)
committerTed Lemon <source@isc.org>
Tue, 30 Oct 2001 07:10:01 +0000 (07:10 +0000)
server/failover.c

index afc9895d806baf93a1bb2a275fe10afa33fa4a4f..39af10b0c89d91c9b0736d460a8b2aa50274414e 100644 (file)
@@ -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,