BIND 10 trac703, updated. 96b5b4c186fffb2a52891209bd8c95e92e45573e [trac703] Tidy up one error message

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 13 16:47:48 UTC 2011


The branch, trac703 has been updated
       via  96b5b4c186fffb2a52891209bd8c95e92e45573e (commit)
      from  6f91ee90cd428b0e7eecd4cb99eefc0201f4360e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96b5b4c186fffb2a52891209bd8c95e92e45573e
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Apr 13 16:30:55 2011 +0100

    [trac703] Tidy up one error message

-----------------------------------------------------------------------

Summary of changes:
 tests/tools/badpacket/command_options.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/tools/badpacket/command_options.cc b/tests/tools/badpacket/command_options.cc
index a8bde6e..f606c0c 100644
--- a/tests/tools/badpacket/command_options.cc
+++ b/tests/tools/badpacket/command_options.cc
@@ -160,7 +160,7 @@ CommandOptions::parse(int argc, char* const argv[]) {
 
             default:
                 isc_throw(isc::InvalidParameter,
-                          "unknown option '" << argv[optind] << "' given on the command line");
+                          "unknown option given on the command line");
         }
     }
 




More information about the bind10-changes mailing list