mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-23 14:14:16 +00:00
replaced info log with debug log
This commit is contained in:
parent
760883bdca
commit
444e7d7608
@ -72,7 +72,7 @@ func (r *JsonRpc2Client) getRaw(command string, args interface{}) (string, error
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("request = ", string(fullCommandBytes))
|
log.Debug("full command ", string(fullCommandBytes))
|
||||||
|
|
||||||
_, err = r.conn.Write([]byte(string(fullCommandBytes) + "\n"))
|
_, err = r.conn.Write([]byte(string(fullCommandBytes) + "\n"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user