Be a little bit less verbose

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-21 19:19:27 +01:00
parent f958b8ac3f
commit fa81893d41
-3
View File
@@ -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;