Commit c1986ee6 authored by nanahira's avatar nanahira

log mark again

parent 366d076f
Pipeline #13063 passed with stages
in 1 minute and 45 seconds
...@@ -170,7 +170,7 @@ func (c *Chain) dialWithOptions(ctx context.Context, network, address string, op ...@@ -170,7 +170,7 @@ func (c *Chain) dialWithOptions(ctx context.Context, network, address string, op
if ex != nil { if ex != nil {
log.Logf("net dialer set mark %d error: %s", c.Mark, ex) log.Logf("net dialer set mark %d error: %s", c.Mark, ex)
} else { } else {
// log.Logf("net dialer set mark %d success", options.Mark) log.Logf("net dialer set mark %d success", c.Mark)
} }
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment