diff --git a/socks/manager.go b/socks/manager.go index d53d1bb..ef851f9 100644 --- a/socks/manager.go +++ b/socks/manager.go @@ -50,7 +50,7 @@ func (m Manager) DialI2P(ctx context.Context, addr string) (*sam3.SAMConn, error return c.SAMConn, nil } } - log.Println("Creating a new connection in connection tree.", datadir) + log.Println("Creating a new connection in connection tree.", m.datadir) newconn, err := conn.NewConn(m.SAM, addr, m.datadir, m.samopts) if err != nil { return nil, err