From 1b932e94fa80e0a167a14e175bf58c9c0ca10059 Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Tue, 19 Dec 2017 14:21:59 +0000 Subject: [PATCH] redirect: Demote debug to info Signed-off-by: Ikey Doherty --- src/redirect/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/redirect/main.c b/src/redirect/main.c index 12d9c46..029492e 100644 --- a/src/redirect/main.c +++ b/src/redirect/main.c @@ -612,10 +612,10 @@ static FILE *lsi_unity_redirect(const char *p, const char *modes) return NULL; } - lsi_log_info("fopen64(%s): Redirecting unity config '%s' to shm(%s)", - modes, - p, - lsi_table.unity3d.shm_path); + lsi_log_debug("fopen64(%s): Redirecting unity config '%s' to shm(%s)", + modes, + p, + lsi_table.unity3d.shm_path); return ret; }