aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtrace/libtrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libtrace/libtrace.c')
-rw-r--r--src/libtrace/libtrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtrace/libtrace.c b/src/libtrace/libtrace.c
index db04ee1ae..f8cdd6b7b 100644
--- a/src/libtrace/libtrace.c
+++ b/src/libtrace/libtrace.c
@@ -75,7 +75,7 @@ void init(void) {
75 // else log to associated tty 75 // else log to associated tty
76 logfile = "/dev/tty"; 76 logfile = "/dev/tty";
77 } 77 }
78 78
79 // logfile 79 // logfile
80 ftty = orig_fopen(logfile, "a"); 80 ftty = orig_fopen(logfile, "a");
81 81
@@ -99,7 +99,7 @@ void init(void) {
99 if (ptr) 99 if (ptr)
100 *ptr = '\0'; 100 *ptr = '\0';
101 101
102 tprintf(ftty, "=== tracelib init() [%d:%s] === \n", mypid, myname); 102// tprintf(ftty, "=== tracelib init() [%d:%s] === \n", mypid, myname);
103} 103}
104 104
105static void fini(void) __attribute__((destructor)); 105static void fini(void) __attribute__((destructor));