redirect: Reduce error to info

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-12-18 18:55:16 +00:00
parent 889a4a7b7b
commit 7cfdd41c7c
+1 -1
View File
@@ -388,7 +388,7 @@ static void lsi_maybe_init_unity3d(const char *p)
/* We're in action */
lsi_table.unity3d.enabled = true;
lsi_log_set_id("unity3d");
lsi_log_error("Activating \"black screen of nope\" workaround");
lsi_log_info("Activating \"black screen of nope\" workaround");
}
static inline bool str_has_prefix(const char *a, const char *b)