From 16f5ad437e7118d341c307ac9328d094a8e3729d Mon Sep 17 00:00:00 2001 From: Xueyi Luo Date: Sun, 24 Apr 2022 17:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E5=85=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/SystemUpdater/Core/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/SystemUpdater/Core/Database.py b/backend/SystemUpdater/Core/Database.py index 10627d8..7638a65 100644 --- a/backend/SystemUpdater/Core/Database.py +++ b/backend/SystemUpdater/Core/Database.py @@ -105,7 +105,7 @@ class Sqlite3Server(object): self.connect.commit() except Exception as e: logging.error("Insert error: %s.", str(e)) - logging.info(_("Database: Insert To Complete...")) + logging.info("Database: Insert (%s=%s) To display Complete ...", args[0], args[1]) # 读出display表中数据 def select_from_display(self, *args, **kwargs):