func golang.org/x/pkgsite/internal/worker.logTaskResult

3 uses

	golang.org/x/pkgsite/internal/worker (current package)
		fetch.go#L156: 		logTaskResult(ctx, ft, "Failed to update module version state")
		fetch.go#L159: 	logTaskResult(ctx, ft, "Updated module version state")
		fetch.go#L395: func logTaskResult(ctx context.Context, ft *fetchTask, prefix string) {