mirror of
https://github.com/go-i2p/goSam.git
synced 2025-07-13 22:45:58 -04:00
Force SetDebug true
This commit is contained in:
@ -185,7 +185,8 @@ func SetToPortInt(i int) func(*Client) error {
|
||||
//SetDebug enables debugging messages
|
||||
func SetDebug(b bool) func(*Client) error {
|
||||
return func(c *Client) error {
|
||||
c.debug = b
|
||||
//c.debug = b
|
||||
d.debug = true
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user