mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2026-02-15 03:54:46 +01:00
replaced info log with debug log
This commit is contained in:
@@ -72,7 +72,7 @@ func (r *JsonRpc2Client) getRaw(command string, args interface{}) (string, error
|
||||
return "", err
|
||||
}
|
||||
|
||||
log.Info("request = ", string(fullCommandBytes))
|
||||
log.Debug("full command ", string(fullCommandBytes))
|
||||
|
||||
_, err = r.conn.Write([]byte(string(fullCommandBytes) + "\n"))
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user