Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 129d436

Browse files
committedFeb 9, 2024·
add restarts
Signed-off-by: Mikhail Scherba <[email protected]>
1 parent 1f44910 commit 129d436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/module_manager/module_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ func (mm *ModuleManager) RegisterModule(moduleSource, modulePath string) error {
12061206
}
12071207

12081208
if isEnabled {
1209-
log.Infof("Restarting operator because %q Module was reenabled", moduleName)
1209+
log.Infof("Restarting operator because %q Module was re-enabled", moduleName)
12101210
err = syscall.Kill(1, syscall.SIGUSR2)
12111211
}
12121212
return nil

0 commit comments

Comments
 (0)
Please sign in to comment.