Skip to content

Commit 213696a

Browse files
don't need both
1 parent 184f061 commit 213696a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pioreactor/background_jobs/leader/mqtt_to_db_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def on_database_write_error(
122122

123123
if self._database_write_errors_in_last_60s == 1:
124124
self.logger.error(f"Unable to persist MQTT data to SQLite: {error}. Data may not be saved.")
125-
self.logger.debug(f"SQL that failed: `{query}`")
125+
self.logger.debug(f"SQL that failed: `{query}` with values `{values}`")
126126

127127
def on_disconnected(self) -> None:
128128
self.timer.cancel()

0 commit comments

Comments
 (0)