Skip to content

devicenotifier: Suppress warnings like 'Unable to assign [undefined] to bool'

My system journal was getting filled with the aforementioned warning message. Explicitly coercing the undefined value into a bool prevents the warning.

Merge request reports