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; }