isc_resourcevalue_t is unsigned. use %ISC_PRINT_QUADFORMATu

This commit is contained in:
Mark Andrews
2009-09-04 01:31:29 +00:00
parent 00d47e05ae
commit 2df4d8d3dd

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: server.c,v 1.520.12.8 2009/07/11 04:23:52 marka Exp $ */
/* $Id: server.c,v 1.520.12.9 2009/09/04 01:31:29 marka Exp $ */
/*! \file */
@@ -2826,7 +2826,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));
}