Fix DBG message grammatical error
[lttng-tools.git] / src / bin / lttng / lttng.c
index 65cea55a25e73a8698fd01c2846b4a405488916a..3181d90120e0ccac3eb19221f0d9e4de1b40b122 100644 (file)
@@ -28,8 +28,7 @@
 #include <lttng/lttng.h>
 #include <common/lttngerr.h>
 
-#include "cmd.h"
-#include "conf.h"
+#include "command.h"
 
 /* Variables */
 static char *progname;
@@ -171,15 +170,15 @@ static void sighandler(int sig)
 {
        switch (sig) {
                case SIGTERM:
-                       DBG("SIGTERM catched");
+                       DBG("SIGTERM caugth");
                        clean_exit(EXIT_FAILURE);
                        break;
                case SIGCHLD:
                        /* Notify is done */
-                       DBG("SIGCHLD catched");
+                       DBG("SIGCHLD caugth");
                        break;
                default:
-                       DBG("Unknown signal %d catched", sig);
+                       DBG("Unknown signal %d caugth", sig);
                        break;
        }
 
This page took 0.024117 seconds and 4 git commands to generate.