From 3005be1c920d7d820a2036b1689c27a1c24139e1 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 5 May 2022 11:31:51 -0400 Subject: [PATCH] common: remove log subsys for deprecated 'civetweb' Signed-off-by: Casey Bodley --- src/common/subsys.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/subsys.h b/src/common/subsys.h index 47ade3f2c8fd9..7155ca7c3d5f4 100644 --- a/src/common/subsys.h +++ b/src/common/subsys.h @@ -61,7 +61,6 @@ SUBSYS(perfcounter, 1, 5) SUBSYS(rgw, 1, 5) // log level for the Rados gateway SUBSYS(rgw_sync, 1, 5) SUBSYS(rgw_datacache, 1, 5) -SUBSYS(civetweb, 1, 10) SUBSYS(javaclient, 1, 5) SUBSYS(asok, 1, 5) SUBSYS(throttle, 1, 1) -- 2.39.5