Skip to content

daemon: Remove warning_level variable

Bastien Nocera requested to merge wip/hadess/remove-warning-level into master

It was only used in one function. The value should be kept in the DisplayDevice instead, but we need to make sure that the UpDevice code never changes the warning-level, only the daemon does.

Merge request reports