[svn] commit: r3571 - /branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 19 21:20:46 UTC 2010
Author: vorner
Date: Fri Nov 19 21:20:45 2010
New Revision: 3571
Log:
Spacing correction in log messages
Thanks to jreed for pointing it out
Modified:
branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc
Modified: branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc
==============================================================================
--- branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc (original)
+++ branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc Fri Nov 19 21:20:45 2010
@@ -90,7 +90,7 @@
upstream_ = upstream;
if (dnss) {
if (upstream_.empty()) {
- dlog("Asked to do full recursive, but not implemented yet."
+ dlog("Asked to do full recursive, but not implemented yet. "
"I'll do nothing.");
} else {
dlog("Setting forward addresses:");
@@ -555,7 +555,7 @@
}
catch (const exception& e2) {
dlog(string("Unable to recover from error: ") + e.what() +
- "Rollback failed with: " + e2.what());
+ " Rollback failed with: " + e2.what());
abort();
}
throw e; // Let it fly a little bit further
More information about the bind10-changes
mailing list