Skip to content

Commit

Permalink
Merge pull request f5devcentral#49 from agupta49/agentTypo
Browse files Browse the repository at this point in the history
GTM log message typo error fix
  • Loading branch information
chandrajr authored Dec 15, 2021
2 parents a97bf53 + 65cde17 commit c2b3eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f5_ctlr_agent/bigipconfigdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def _update_gtm(self, config):
mgr._gtm.pre_process_gtm(newGtmConfig)
isConfigSame = sorted(oldGtmConfig.items())==sorted(newGtmConfig.items())
if isConfigSame:
log.info("No change in GMT config.")
log.info("No change in GTM config.")
elif not isConfigSame and len(oldGtmConfig)==0:
# GTM config is not same and for
# first time gtm config updates
Expand Down

0 comments on commit c2b3eb7

Please sign in to comment.