Skip to content

Commit b010d4e

Browse files
authored
[addon-operator] remove search hooks log duplicates (#676)
Signed-off-by: kerimov <brileyforbusiness@gmail.com>
1 parent a32d65c commit b010d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/module_manager/models/modules/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func (gm *GlobalModule) searchGlobalBatchHooks(hooksDir string) ([]*kind.BatchHo
640640
count = strconv.Itoa(len(hks))
641641
}
642642

643-
gm.logger.Info("Found global shell hooks in dir",
643+
gm.logger.Info("Found global batch hooks in dir",
644644
slog.String("count", count),
645645
slog.String("dir", hooksDir))
646646

0 commit comments

Comments
 (0)