sessiond: Remove [.*-thread] logging prefix
[lttng-tools.git] / src / bin / lttng-sessiond / timer.c
index bf56d9306449634157951ed690aad73bc8c7ba7d..d87b5d2d0d20c247a803c150f900b64aa0ef14e1 100644 (file)
@@ -394,12 +394,12 @@ void *thread_timer(void *data)
                         * still fire.
                         */
                } else {
-                       ERR("Unexpected signal %d\n", info.si_signo);
+                       ERR("Unexpected signal %d", info.si_signo);
                }
        }
 
 end:
-       DBG("[timer-thread] Exit");
+       DBG("Thread exit");
        health_unregister(the_health_sessiond);
        rcu_thread_offline();
        rcu_unregister_thread();
This page took 0.023527 seconds and 4 git commands to generate.