this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use stderr for logging (darling.c)

+1 -1
+1 -1
src/dyld/darling.c
··· 887 887 return 1; 888 888 } 889 889 890 - printf("Loaded kernel module: %s\n", path); 890 + fprintf(stderr, "Loaded kernel module: %s\n", path); 891 891 892 892 close(fd); 893 893