diff --git a/etiquette/photodb.py b/etiquette/photodb.py index 637f87f..3e7c82b 100644 --- a/etiquette/photodb.py +++ b/etiquette/photodb.py @@ -1138,7 +1138,7 @@ class PDBSQLMixin: if bindings is None: bindings = [] cur = self.sql.cursor() - self.log.loud(f'{query} {bindings}') + self.log.loud('%s %s', query, bindings) cur.execute(query, bindings) return cur