Parcourir la source

Spacing correction in log messages

Thanks to jreed for pointing it out

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3571 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner il y a 14 ans
Parent
commit
24cf0a095c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/recurse/recursor.cc

+ 2 - 2
src/bin/recurse/recursor.cc

@@ -90,7 +90,7 @@ public:
         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 @@ Recursor::setListenAddresses(const vector<addr_t>& addresses) {
         }
         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