intercept: Prettify output again

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-22 01:15:18 +01:00
parent fb50dca553
commit 1f73dd3e0b
+2 -1
View File
@@ -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;