Fix DBG message grammatical error
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 0d1a916c2b0f7e40abf5a0c15bc5b1cbf33b0166..521c78868118b409b4c122a80fb837cc267bbde8 100644 (file)
 #include <common/kernel-consumer/kernel-consumer.h>
 #include <common/ust-consumer/ust-consumer.h>
 #include <common/runas.h>
+#include <common/compat/poll.h>
 
 #include "lttng-sessiond.h"
 #include "channel.h"
-#include "compat/poll.h"
 #include "context.h"
 #include "event.h"
 #include "futex.h"
@@ -4169,14 +4169,14 @@ static void sighandler(int sig)
 {
        switch (sig) {
        case SIGPIPE:
-               DBG("SIGPIPE catched");
+               DBG("SIGPIPE caugth");
                return;
        case SIGINT:
-               DBG("SIGINT catched");
+               DBG("SIGINT caugth");
                stop_threads();
                break;
        case SIGTERM:
-               DBG("SIGTERM catched");
+               DBG("SIGTERM caugth");
                stop_threads();
                break;
        default:
This page took 0.023398 seconds and 4 git commands to generate.