]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2151. [bug] Missing newline in usage message for journalprint.
authorMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 00:39:37 +0000 (00:39 +0000)
committerMark Andrews <marka@isc.org>
Tue, 27 Feb 2007 00:39:37 +0000 (00:39 +0000)
                        [RT #16679]

CHANGES
bin/tests/journalprint.c

diff --git a/CHANGES b/CHANGES
index a70283ef109600c3000a3ba140b768f038f8aadc..9e06b3264f0d0bab066fda188649390e968af1de 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2151.  [bug]           Missing newline in usage message for journalprint.
+                       [RT #16679]
+
 2150.  [bug]           'rrset-order cyclic' uniformly distribute the
                        starting point for the first response for a given
                        RRset. [RT #16655]
index 59c24081d0ea7c6f7a28c0d5d6e8a6b57aaf6163..19c8bbf00ca67e6ca59f13a213fee3233c417abf 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: journalprint.c,v 1.9 2006/08/25 05:25:52 marka Exp $ */
+/* $Id: journalprint.c,v 1.10 2007/02/27 00:39:37 marka Exp $ */
 
 /*! \file */
 #include <config.h>
@@ -34,7 +34,7 @@ main(int argc, char **argv) {
        isc_mem_t *mctx = NULL;
 
        if (argc != 2) {
-               printf("usage: %s journal", argv[0]);
+               printf("usage: %s journal\n", argv[0]);
                return(1);
        }