Log determined WAN IP
[bpdyndnsd] / src / updater.cpp
index e2d26a0..bbf3454 100644 (file)
@@ -228,6 +228,9 @@ void Updater::update_services(bool changed_to_online) const
     {
         Log->print_no_wan_ip(changed_to_online);
         return;
+    } else
+    {
+        Log->print_external_wan_ip(changed_to_online, ip_host);
     }
 
     BOOST_FOREACH(Service::Ptr &service, services )