]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
isc_resourcevalue_t is unsigned. use %ISC_PRINT_QUADFORMATu
authorMark Andrews <marka@isc.org>
Fri, 4 Sep 2009 00:49:50 +0000 (00:49 +0000)
committerMark Andrews <marka@isc.org>
Fri, 4 Sep 2009 00:49:50 +0000 (00:49 +0000)
bin/named/server.c

index 3b67836cca11b1f4c2f5d359cf83bb18a2bba524..4b9b6fa5185c5b6cc22b9c88c9534bb24dedbb8c 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: server.c,v 1.546 2009/09/01 23:47:44 tbox Exp $ */
+/* $Id: server.c,v 1.547 2009/09/04 00:49:50 marka Exp $ */
 
 /*! \file */
 
@@ -3265,7 +3265,7 @@ set_limit(const cfg_obj_t **maps, const char *configname,
        isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER,
                      result == ISC_R_SUCCESS ?
                        ISC_LOG_DEBUG(3) : ISC_LOG_WARNING,
-                     "set maximum %s to %" ISC_PRINT_QUADFORMAT "d: %s",
+                     "set maximum %s to %" ISC_PRINT_QUADFORMAT "u: %s",
                      description, value, isc_result_totext(result));
 }