Skip to content

Drive-by Fix ActorSqlite::armAlarmHandler log#6103

Merged
jqmmes merged 1 commit intomainfrom
joaquim/fix-alarms-log-variable-substituion
Feb 18, 2026
Merged

Drive-by Fix ActorSqlite::armAlarmHandler log#6103
jqmmes merged 1 commit intomainfrom
joaquim/fix-alarms-log-variable-substituion

Conversation

@jqmmes
Copy link
Copy Markdown
Contributor

@jqmmes jqmmes commented Feb 18, 2026

The LOG_WARNING_PERIODICALLY with KJ_ASSERT_NONNULL(localAlarmState) is replacing the KJ_ASSERT_NONNULL(localAlarmState) or localAlarmState with the macro, making it hard to read in the logs. This PR stores the KJ_ASSERT_NONNULL(localAlarmState) to a variable before logging, avoiding hard to read logs.

@jqmmes jqmmes requested review from a team as code owners February 18, 2026 13:47
@jqmmes jqmmes enabled auto-merge February 18, 2026 13:52
The LOG_WARNING_PERIODICALLY with KJ_ASSERT_NONNULL(localAlarmState) is replacing the KJ_ASSERT_NONNULL(localAlarmState) or localAlarmState with the macro, making it hard to read in the logs.
This commit stores the KJ_ASSERT_NONNULL(localAlarmState) to a variable before logging avoiding hard to read logs.
@jqmmes jqmmes force-pushed the joaquim/fix-alarms-log-variable-substituion branch from 7b9cf80 to ca0318a Compare February 18, 2026 14:13
@jqmmes jqmmes merged commit 8c16dda into main Feb 18, 2026
22 of 23 checks passed
@jqmmes jqmmes deleted the joaquim/fix-alarms-log-variable-substituion branch February 18, 2026 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants