[svn] commit: r3570 - /branches/vorner-recursor-dummylog/src/bin/recurse/recursor.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 19 19:33:53 UTC 2010
Author: vorner
Date: Fri Nov 19 19:33:52 2010
New Revision: 3570
Log:
Fix compilation
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 19:33:52 2010
@@ -554,7 +554,7 @@
setAddresses(dnss_, impl_->listen_);
}
catch (const exception& e2) {
- dlog("Unable to recover from error: " + e.what() +
+ dlog(string("Unable to recover from error: ") + e.what() +
"Rollback failed with: " + e2.what());
abort();
}
More information about the bind10-changes
mailing list