From 7cfdd41c7ce18a3e9c092921c76ecf351b8538e5 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Mon, 18 Dec 2017 18:55:16 +0000 Subject: [PATCH] redirect: Reduce error to info Signed-off-by: Ikey Doherty --- src/redirect/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redirect/main.c b/src/redirect/main.c index c0ab60c..12d9c46 100644 --- a/src/redirect/main.c +++ b/src/redirect/main.c @@ -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)