BIND 10 master, updated. 1a81569fb7c422d499f5a8eeef2d70d20e3284c6 Merge #1358
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 25 17:44:10 UTC 2011
The branch, master has been updated
via 1a81569fb7c422d499f5a8eeef2d70d20e3284c6 (commit)
via f11f46b276646364fc115783ccc3d706510a2ee8 (commit)
from c35d0dde3e835fc5f0a78fcfcc8b76c74bc727ca (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 1a81569fb7c422d499f5a8eeef2d70d20e3284c6
Merge: c35d0dde3e835fc5f0a78fcfcc8b76c74bc727ca f11f46b276646364fc115783ccc3d706510a2ee8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Nov 25 18:12:16 2011 +0100
Merge #1358
-----------------------------------------------------------------------
Summary of changes:
tests/tools/badpacket/badpacket.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/tools/badpacket/badpacket.cc b/tests/tools/badpacket/badpacket.cc
index 86bbc47..be393d5 100644
--- a/tests/tools/badpacket/badpacket.cc
+++ b/tests/tools/badpacket/badpacket.cc
@@ -18,6 +18,7 @@
#include <config.h>
#include <exceptions/exceptions.h>
+#include <log/logger_support.h>
#include "command_options.h"
#include "scan.h"
@@ -44,6 +45,7 @@ using namespace isc::badpacket;
/// \brief Main Program
int main(int argc, char* argv[]) {
+ isc::log::initLogger("badpacket");
try {
// Parse command
More information about the bind10-changes
mailing list