diff --git a/src/client/jsonrpc2.go b/src/client/jsonrpc2.go index c1345e3..f83f93b 100644 --- a/src/client/jsonrpc2.go +++ b/src/client/jsonrpc2.go @@ -72,7 +72,7 @@ func (r *JsonRpc2Client) getRaw(command string, args interface{}) (string, error return "", err } - log.Debug("full command ", string(fullCommandBytes)) + log.Debug("full command: ", string(fullCommandBytes)) _, err = r.conn.Write([]byte(string(fullCommandBytes) + "\n")) if err != nil {