From 3d2f45c20dac34da1f4ff3aaa6ae7e20749bb15a Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 3 Dec 2021 14:21:36 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=B8=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/db/Converter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/db/Converter.js b/server/db/Converter.js index 5ab05c66..8f68c8b9 100644 --- a/server/db/Converter.js +++ b/server/db/Converter.js @@ -21,7 +21,7 @@ class Converter { const rows = await db.select({table: 'storage', count: true}); if (rows.length && rows[0].count != 0) { - log(LM_WARN, ' Destination table already exists, nothing to do'); + log(LM_WARN, ` Destination table already exists (found ${rows[0].count} items), nothing to do`); return; }