mirror of
https://github.com/blacktop/ipsw.git
synced 2026-06-07 12:27:36 +00:00
Update usbmuxd.go
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user