2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

missing spaces in resource limit error message

This commit is contained in:
Andreas Gustafsson
2000-11-28 21:32:32 +00:00
parent 2e711b6002
commit c7a793bddb

View File

@@ -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)); \
}