]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1590] Renamed logger to auth
authorTomek Mrugalski <tomek@isc.org>
Wed, 5 May 2021 14:06:44 +0000 (16:06 +0200)
committerTomek Mrugalski <tomek@isc.org>
Wed, 5 May 2021 14:08:18 +0000 (16:08 +0200)
 - It may be used for other things in the future, not just http.

src/lib/http/auth_log.cc

index cc5f9f9a5f41239b9f56b11647d5c9dd1871407d..d2c805c1ea1ba45cde547b5f5541304df0900d91 100644 (file)
@@ -14,8 +14,7 @@ namespace isc {
 namespace http {
 
 /// @brief Defines the logger used by the HTTP authentication.
-isc::log::Logger auth_logger("http-auth");
+isc::log::Logger auth_logger("auth");
 
 } // namespace http
 } // namespace isc
-