dialer stuff

This commit is contained in:
idk 2018-12-26 00:00:10 -05:00
parent d1927f5070
commit 4de0e46616
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -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