Fix DEBUG logs printed when level is set to ERROR

This commit is contained in:
Simon Ser 2019-12-12 15:44:45 +01:00
parent 99ef3d5b2e
commit da59787f4a
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -59,8 +59,8 @@ uint32_t liftoff_layer_get_plane_id(struct liftoff_layer *layer);
enum liftoff_log_importance {
LIFTOFF_SILENT,
LIFTOFF_DEBUG,
LIFTOFF_ERROR,
LIFTOFF_DEBUG,
};
typedef void (*liftoff_log_func)(enum liftoff_log_importance importance,