diff --git a/plugin/impl.go b/plugin/impl.go index 79ca296..fe2bb6b 100644 --- a/plugin/impl.go +++ b/plugin/impl.go @@ -83,7 +83,7 @@ func (p *Plugin) Execute() error { } if p.settings.SkipMissing && !p.settings.IsFile { - logrus.Printf("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled") + logrus.Infof("comment skipped: 'message' is not a valid path or file does not exist while 'skip-missing' is enabled") return nil }