diff --git a/src/daemon.cpp b/src/daemon.cpp index a994362..92b0355 100644 --- a/src/daemon.cpp +++ b/src/daemon.cpp @@ -68,7 +68,6 @@ void segfault_handler(int sig) { size = backtrace(array, 10); // print out all the frames to stderr - fprintf(stderr, "Error: signal %d:\n", sig); backtrace_symbols_fd(array, size, STDERR_FILENO); exit(1); }