mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
profiles: When running Ark, set up the log ID for debugging
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "../common/log.h"
|
||||
#include "nica/util.h"
|
||||
#include "profile.h"
|
||||
#include "redirect.h"
|
||||
@@ -76,6 +77,9 @@ LsiRedirectProfile *lsi_redirect_profile_new_ark(char *process_name, char *steam
|
||||
goto unused;
|
||||
}
|
||||
|
||||
/* We're in, set our log ID now */
|
||||
lsi_log_set_id("ARK");
|
||||
|
||||
lsi_redirect_profile_insert_rule(p, redirect);
|
||||
|
||||
return p;
|
||||
|
||||
Reference in New Issue
Block a user