Improve logging when IP update is not allowed (log once on log level 0 if we changed...
[bpdyndnsd] / src / logger.hpp
index 26140fb..62e180c 100644 (file)
@@ -192,7 +192,7 @@ public:
 
     void print_multiple_main_conf_option(const std::string& main_conf_file, const std::string& message) const;
 
-    void print_update_not_allowed(const time_t current_time, const time_t old_time, const int MaxUpdatesWithinInterval, const std::string& service);
+    void print_update_not_allowed(bool override_log_level, const time_t current_time, const time_t old_time, const int MaxUpdatesWithinInterval, const std::string& service);
 
     void print_update_service_failure(const std::string& service);