mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixed typo in diagnostic
This commit is contained in:
parent
901fd220b3
commit
b108bfadee
@ -274,7 +274,7 @@ class libiMobileDevice():
|
||||
dst.write(data)
|
||||
bytes_remaining = 0
|
||||
else:
|
||||
self._log("copying %d {:,} bytes".format(file_size))
|
||||
self._log("copying {:,} bytes".format(file_size))
|
||||
data = self._afc_file_read(handle, file_size, mode)
|
||||
dst.write(data)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user