mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Be a little bit less verbose
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -88,7 +88,6 @@ __attribute__((destructor)) static void lsi_redirect_shutdown(void)
|
||||
return;
|
||||
}
|
||||
lsi_init = false;
|
||||
fprintf(stderr, "Unloading lsi_redirect\n");
|
||||
|
||||
if (lsi_table.handles.libc) {
|
||||
dlclose(lsi_table.handles.libc);
|
||||
@@ -132,8 +131,6 @@ static void lsi_redirect_init_tables(void)
|
||||
/* Have the symbol correctly, copy it to make it usable */
|
||||
memcpy(&lsi_table.open, &symbol_lookup, sizeof(lsi_table.open));
|
||||
|
||||
fprintf(stderr, "lsi_redirect now loaded\n");
|
||||
|
||||
/* We might not get an unload, so chain onto atexit */
|
||||
atexit(lsi_redirect_shutdown);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user