Skip to content

Commit b2fb62b

Browse files
committed
fix log
1 parent 947b76d commit b2fb62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worker/worker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ func runModules(jobLog *joblog.Data, fileNew media.File) string {
203203
jobLog.Add("Module Results:")
204204
if fileNew.AllowReplacement {
205205
jobLog.Add("AllowReplacement: manual user override")
206+
_ = glg.Info("modules: manual user override, allow replacement")
206207
return comparator.REPL
207208
}
208209
modules := comparator.InitStandaloneModules()

0 commit comments

Comments
 (0)