completed partial IPv6 compatibility in DNS; does retrieve and Cache IPv6 IPs
[pingcheck] / src / host / pingerfactory.cpp
index a919b9a..75d43ed 100644 (file)
@@ -117,7 +117,8 @@ PingerItem PingerFactory::createPinger(
     {
         // Raw sockets are locked down by Unix operating systems to prevent
         // malware and security holes, thus it requires root access to use it.
-        GlobalLogger.error() << "Pingcheck must run as root (" << ex.what() << ")" << endl;
+        GlobalLogger.error() << "Error creating Pinger: " << ex.what()
+            << " (you may have to run pingcheck as root)" << endl;
         exit( EXIT_FAILURE );
     }