From 1f73dd3e0bb905a7d55cd4ee0bc733643de28f4e Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Sun, 22 Oct 2017 01:15:18 +0100 Subject: [PATCH] intercept: Prettify output again Signed-off-by: Ikey Doherty --- src/intercept/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intercept/main.c b/src/intercept/main.c index bd3b5ad..64cc792 100644 --- a/src/intercept/main.c +++ b/src/intercept/main.c @@ -190,7 +190,8 @@ char *lsi_search_steam(const char *name) } } if (file_exists) { - lsi_log_debug("blacklisted loading of vendor library: %s", name); + lsi_log_debug("blacklisted loading of vendor library: \033[34;1m%s\033[0m", + name); } return NULL;