diff --git a/f5_ctlr_agent/bigipconfigdriver.py b/f5_ctlr_agent/bigipconfigdriver.py index a54a6ce..2556cac 100644 --- a/f5_ctlr_agent/bigipconfigdriver.py +++ b/f5_ctlr_agent/bigipconfigdriver.py @@ -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