]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added colon to log message
authorAndreas Gustafsson <source@isc.org>
Fri, 31 Aug 2001 00:35:18 +0000 (00:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Fri, 31 Aug 2001 00:35:18 +0000 (00:35 +0000)
bin/named/xfrout.c

index c0e1197ea6eabc8ce29d60bc86d660eaf2ff7e78..6740ad2db21b9f9beb0e547881051ca7292f80f4 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.102 2001/08/30 23:51:45 marka Exp $ */
+/* $Id: xfrout.c,v 1.103 2001/08/31 00:35:18 gson Exp $ */
 
 #include <config.h>
 
@@ -94,7 +94,7 @@
                dns_rdataclass_format(rdclass, _buf2, sizeof(_buf2)); \
                ns_client_log(client, DNS_LOGCATEGORY_XFER_OUT, \
                           NS_LOGMODULE_XFER_OUT, ISC_LOG_INFO, \
-                          "bad zone transfer request: '%s/%s' %s (%s)", \
+                          "bad zone transfer request: '%s/%s': %s (%s)", \
                           _buf1, _buf2, msg, isc_result_totext(code)); \
                if (result != ISC_R_SUCCESS) goto failure;      \
        } while (0)