Skip to content

Commit 75e19b8

Browse files
committed
🥇 fix bug
1 parent 7315599 commit 75e19b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commons/core/runner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (r *Runner) Run() {
105105
for t := 0; t < k; t++ {
106106
j := i
107107
task := func() {
108-
log.Debugf("Running Submit %d url is %s %d", t, urls[j], j)
108+
log.Debugf("Running Submit threads %d url is %s %d", t, urls[j], j)
109109
Start2(urls[j], hashmap) // Start k goroutines
110110
wg.Done()
111111
}

0 commit comments

Comments
 (0)