[RIC-198] - fix typo in log... 91/2691/1
authorAmichai <amichai.sichel@intl.att.com>
Thu, 5 Mar 2020 16:44:36 +0000 (18:44 +0200)
committerAmichai <amichai.sichel@intl.att.com>
Thu, 5 Mar 2020 16:44:51 +0000 (18:44 +0200)
Change-Id: I90b0b3d041122140d2ed6b18338e1de7bfeb1d09
Signed-off-by: Amichai <amichai.sichel@intl.att.com>
E2Manager/managers/e2t_shutdown_manager.go

index 9ecf416..2bb5d0f 100644 (file)
@@ -79,7 +79,7 @@ func (m E2TShutdownManager) Shutdown(e2tInstance *entities.E2TInstance) error {
        }
 
 
-       m.logger.Infof("#E2TShutdownManager.Shutdown - E2T %s was sutdown successfully.", e2tInstance.Address)
+       m.logger.Infof("#E2TShutdownManager.Shutdown - E2T %s was shutdown successfully.", e2tInstance.Address)
        return nil
 }