[svn] commit: r203 - /branches/f2f200910/src/bin/host/host.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 23:36:47 UTC 2009
Author: jreed
Date: Thu Oct 29 23:36:46 2009
New Revision: 203
Log:
AAAA not working for now so added print of type to show that.
Also added some comments todo.
Modified:
branches/f2f200910/src/bin/host/host.cc
Modified: branches/f2f200910/src/bin/host/host.cc
==============================================================================
--- branches/f2f200910/src/bin/host/host.cc (original)
+++ branches/f2f200910/src/bin/host/host.cc Thu Oct 29 23:36:46 2009
@@ -88,6 +88,8 @@
gettimeofday(&after_time, NULL);
}
+// This is for verbose too
+// no check yet until non-verbose way is done
// HEADER and QUESTION SECTION:
std::cout << rmsg.toText() << std::endl;
// ;; ANSWER SECTION:
@@ -113,7 +115,7 @@
" bytes in " << elapsed_time << " ms\n";
// TODO: " bytes from 127.0.0.1#53 in 0 ms
} catch (...) {
- std::cerr << "parse failed" << std::endl;
+ std::cerr << "parse failed for " << type << std::endl;
}
}
More information about the bind10-changes
mailing list