Update usbmuxd.go

This commit is contained in:
blacktop
2022-08-12 16:24:30 -06:00
parent 6af24d4a12
commit ea07237cea
+2 -1
View File
@@ -202,7 +202,8 @@ func (c *Conn) ReadPairRecord(udid string) (*PairRecord, error) {
}
if len(resp.PairRecordData) == 0 {
log.Errorf("pair record not found: ReadPairRecord request=%#v, response=%#v", req, resp)
log.Debugf("'ReadPairRecord' request=%#v, response=%#v", req, resp)
return nil, fmt.Errorf("pair record not found")
}
var record PairRecord