mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
missing spaces in resource limit error message
This commit is contained in:
parent
2e711b6002
commit
c7a793bddb
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: server.c,v 1.260 2000/11/28 20:08:35 gson Exp $ */
|
||||
/* $Id: server.c,v 1.261 2000/11/28 21:32:32 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1376,7 +1376,7 @@ ns_server_zeroglobal(ns_server_t *serv) {
|
|||
NS_LOGMODULE_SERVER, \
|
||||
result == ISC_R_SUCCESS ? \
|
||||
ISC_LOG_DEBUG(1) : ISC_LOG_WARNING, \
|
||||
"set maximum" description "to %" \
|
||||
"set maximum " description " to %" \
|
||||
ISC_PRINT_QUADFORMAT "d: %s", value, \
|
||||
isc_result_totext(result)); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue