change debug
This commit is contained in:
parent
6221ed0240
commit
642b57c5b5
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class MastodonEmailBridge:
|
|||
rows = res.fetchall()
|
||||
for row in rows:
|
||||
self._log.debug(
|
||||
row
|
||||
row[1]
|
||||
)
|
||||
if row[0] in self.sent_items:
|
||||
self._log.warning("Duplicate id in database '%s'", row[0])
|
||||
|
|
Loading…
Reference in a new issue