Log message on startup
[bpdyndnsd] / src / logger.cpp
index ceb8a35..d0498cb 100644 (file)
@@ -1086,6 +1086,18 @@ void Logger::print_update_service_failure(const string& service)
     }
 }
 
+/**
+ * Start message
+ */
+void Logger::print_started() const
+{
+    int level = 0;
+    if ( level <= Loglevel )
+    {
+        log_notice("Started");
+    }
+}
+
 
 /**
  * Starting shutdown