Skip to content

Commit

Permalink
modified the hostcfgd
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Sep 18, 2024
1 parent f42d768 commit 78ed39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/hostcfgd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 78ed39c

Please sign in to comment.