]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Implement `RemoteLoggerPool::name`
authorEnsar Sarajčić <dev@ensarsarajcic.com>
Fri, 7 Feb 2025 11:38:18 +0000 (12:38 +0100)
committerEnsar Sarajčić <dev@ensarsarajcic.com>
Fri, 7 Feb 2025 11:38:18 +0000 (12:38 +0100)
pdns/remote_logger_pool.hh

index 0a203305a2fe7a85a448016e7efb6873aad75803..9cb84df892e967e4456a51cec0c71f0cbcf555f4 100644 (file)
@@ -45,7 +45,7 @@ public:
 
   [[nodiscard]] std::string name() const override
   {
-    return "";
+    return "Pool of " + std::to_string(d_pool.size()) + " loggers";
   }
 
   [[nodiscard]] std::string toString() override;