Skip to content

Commit bec4b6d

Browse files
committed
string changes
1 parent aeb4e15 commit bec4b6d

File tree

1 file changed

+1
-1
lines changed
  • src/calibre/devices/kobo

1 file changed

+1
-1
lines changed

src/calibre/devices/kobo/db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def connect(path: str = path_on_device) -> None:
5050
with suppress(StopIteration):
5151
result = next(cursor)
5252
self.dbversion = result['version']
53-
debug_print('Database Version: ', self.dbversion)
53+
debug_print('Kobo database version: ', self.dbversion)
5454
self.dbpath = path
5555
self.needs_copy = True
5656
self.use_row_factory = True

0 commit comments

Comments
 (0)