mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
isc_resourcevalue_t is unsigned. use %ISC_PRINT_QUADFORMATu
This commit is contained in:
parent
730e25bf11
commit
2d13af354a
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue