Skip to content

daemon: Remove duplicated check

Bastien Nocera requested to merge wip/hadess/remove-dupe-check into master

No need to guard up_daemon_set_warning_level() with a check for the value changing, up_daemon_set_warning_level() already checks for that exact same equality.

Merge request reports