]> granicus.if.org Git - icinga2/commitdiff
Adjust message for CheckResultReader deprecation 6306/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 15 May 2018 08:44:06 +0000 (10:44 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 15 May 2018 08:44:06 +0000 (10:44 +0200)
refs #6031

doc/14-features.md
lib/compat/checkresultreader.cpp

index aa0206078fce2108d40cec36093d4fc73d9c35dc..d7a41a289273e7cb23dd9774e4f077742a08c85b 100644 (file)
@@ -777,7 +777,8 @@ in `/var/log/icinga2/compat`. Rotated log files are moved into
 ## Check Result Files <a id="check-result-files"></a>
 
 > **Note**
-> This feature is deprecated and will be removed with Icinga 2.10.0
+>
+> This feature is DEPRECATED and will be removed in Icinga 2 v2.11.
 
 Icinga 1.x writes its check result files to a temporary spool directory
 where they are processed in a regular interval.
index 8b0d733a2e3b58e5e4098ef5c12d25a114daf552..016248765c754fd1c24513f3ac9d19a96d3bf21e 100644 (file)
@@ -60,8 +60,9 @@ void CheckResultReader::Start(bool runtimeCreated)
 
        Log(LogInformation, "CheckResultReader")
                << "'" << GetName() << "' started.";
+
        Log(LogWarning, "CheckResultReader")
-               << "The CheckResultReader feature is deprecated and will be removed with Icinga 2.10.0";
+               << "The CheckResultReader feature is DEPRECATED and will be removed in Icinga v2.11.";
 
 #ifndef _WIN32
        m_ReadTimer = new Timer();