ensured LogPrefix is used in DNS and PingScheduler; shortened lines; remove vim end...
[pingcheck] / src / dns / dnscache.cpp
index 4ad62c4..3a507e6 100644 (file)
@@ -149,7 +149,7 @@ void DnsCache::save_to_cachefile()
         }
         catch (std::exception &exc)
         {
-            GlobalLogger.warning() << "Saving failed: " << exc.what();
+            GlobalLogger.warning() << "DnsCache: Saving failed: " << exc.what();
         }
     }
 }
@@ -399,6 +399,3 @@ std::string DnsCache::get_first_outdated_cname(const std::string &hostname,
     // --> all are up-to-date
     return "";
 }
-
-// (created using vim -- the world's best text editor)
-