Force SetDebug true
This commit is contained in:
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
|
||||
USER_GH=eyedeekay
|
||||
VERSION=0.32.51
|
||||
VERSION=0.32.52
|
||||
packagename=gosam
|
||||
|
||||
echo: fmt
|
||||
|
@ -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