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.
My system journal was getting filled with the aforementioned warning message. Explicitly coercing the undefined
value into a bool
prevents the warning.