Merge branch 'master' into compat-freebsd
[lttng-tools.git] / src / bin / lttng / lttng.c
index 1c1d5a82631e27ec45487fe66aa7c4ba795fb1bc..16582b0363b86fa1405d4afd6d1751f3c36b9499 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <config.h>
+#include <ctype.h>
 
 #include <lttng/lttng.h>
 #include <common/error.h>
@@ -383,7 +384,6 @@ static int check_sessiond(void)
        }
 
 end:
-       printf("HIT essiond %d\n", ret);
        return ret;
 }
 
This page took 0.022983 seconds and 4 git commands to generate.