Fix kernel version to only test major version
[lttng-tools.git] / src / bin / lttng / lttng.c
index a76a869a2b293c88b07149d53608d7baf8ffda47..2ee93253fe7b50f7ddfc139c58bde769465ec09c 100644 (file)
@@ -26,7 +26,7 @@
 #include <config.h>
 
 #include <lttng/lttng.h>
-#include <common/lttngerr.h>
+#include <common/error.h>
 
 #include "command.h"
 
@@ -170,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.02461 seconds and 5 git commands to generate.