diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py index aa17602942..90e5416d3c 100644 --- a/src/calibre/devices/apple/driver.py +++ b/src/calibre/devices/apple/driver.py @@ -1647,8 +1647,9 @@ class ITUNES(DriverBase): if isosx: fs = '{!s}{:<%d} {:<%d} {:<%d} {:<10} {!s}' % (len(lt), len(la), len(las)) - logger().info(fs.format(book.title, book.author, book.author_sort, - str(book.library_id)[-9:], book.uuid)) + logger().info(fs.format(' '*indent, book.title, book.author, + book.author_sort, str(book.library_id)[-9:], + book.uuid)) #logger().info("%s%-40.40s %-30.30s %-10.10s %s" % # (' '*indent,book.title, book.author, str(book.library_id)[-9:], book.uuid)) elif iswindows: