mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 13:53:10 +02:00
Fixed typo in diagnostic
This commit is contained in:
parent
901fd220b3
commit
b108bfadee
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ def copy_from_idevice(self, src, dst):
|
|||
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…
Reference in a new issue