mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-25 18:06:03 +00:00
intercept: Prettify output again
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user