mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
redirect: Demote debug to info
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+4
-4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user