Skip to content

Commit 85ad299

Browse files
committed
add debug
Signed-off-by: Mikhail Scherba <[email protected]>
1 parent f19ca52 commit 85ad299

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
@@ -940,7 +940,7 @@ func (mm *ModuleManager) HandleScheduleEvent(crontab string, createGlobalTaskFn
940940
})
941941
}
942942
} else {
943-
log.Infof("internal call: %s %v", m.GetName(), mh)
943+
log.Infof("internal call: %s %v %v", m.GetName(), mh, mh.GetHookController())
944944
if mh.GetHookController().CanHandleScheduleEvent(crontab) {
945945
mh.GetHookController().HandleScheduleEvent(crontab, func(info controller.BindingExecutionInfo) {
946946
if createModuleTaskFn != nil {

0 commit comments

Comments
 (0)