logging
This commit is contained in:
parent
1fdbd0f7f7
commit
b88a04432b
|
@ -38,6 +38,7 @@ func TestNet() (ok bool, ex error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func ODClientConnect(privateKey string, serverAddr string) error {
|
func ODClientConnect(privateKey string, serverAddr string) error {
|
||||||
|
log.Println("ODClientConnect(" + serverAddr + ")")
|
||||||
odClient := new(ODClient.ODClient)
|
odClient := new(ODClient.ODClient)
|
||||||
err := odClient.Connect(privateKey, serverAddr)
|
err := odClient.Connect(privateKey, serverAddr)
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in New Issue