From 78ed39c121fbf3b0547e2d8c125337226c9e67ba Mon Sep 17 00:00:00 2001 From: "kanza.latif" Date: Wed, 18 Sep 2024 15:29:07 +0500 Subject: [PATCH] modified the hostcfgd --- scripts/hostcfgd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/hostcfgd b/scripts/hostcfgd index 710b3837..e5e52aea 100644 --- a/scripts/hostcfgd +++ b/scripts/hostcfgd @@ -1775,7 +1775,7 @@ class Memory_StatisticsCfg(object): def memory_statistics_update(self, key, data): """ - Handle updates to the memory statistics configuration. + Handle update to the memory statistics configuration. Args: key: Key identifying the config type. data: Updated configuration data. @@ -2140,7 +2140,7 @@ class HostConfigDaemon: # Handle FIPS changes self.config_db.subscribe('FIPS', make_callback(self.fips_config_handler)) - # Handle NTP, NTP_SERVER, and NTP_KEY updates + # Handle NTP, NTP_SERVER, and NTP_KEY updates self.config_db.subscribe(swsscommon.CFG_NTP_GLOBAL_TABLE_NAME, make_callback(self.ntp_global_handler)) self.config_db.subscribe(swsscommon.CFG_NTP_SERVER_TABLE_NAME,