From bec4b6d6aa109b731e619feaef0fba7391688579 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Mar 2025 11:40:53 +0530 Subject: [PATCH] string changes --- src/calibre/devices/kobo/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/db.py b/src/calibre/devices/kobo/db.py index 1c1b7853f6..6757908aed 100644 --- a/src/calibre/devices/kobo/db.py +++ b/src/calibre/devices/kobo/db.py @@ -50,7 +50,7 @@ class Database: with suppress(StopIteration): result = next(cursor) self.dbversion = result['version'] - debug_print('Database Version: ', self.dbversion) + debug_print('Kobo database version: ', self.dbversion) self.dbpath = path self.needs_copy = True self.use_row_factory = True