Backported to glibc 2.8
[lttng-tools.git] / src / bin / lttng-sessiond / jul-thread.c
index d8748f2a5aad5e3c246a0016af7bd72e0a43bde6..9859a1071b31adf7c408a4937cb7a53939042300 100644 (file)
@@ -23,6 +23,8 @@
 #include <common/uri.h>
 #include <common/utils.h>
 
+#include <common/compat/endian.h>
+
 #include "fd-limit.h"
 #include "jul-thread.h"
 #include "lttng-sessiond.h"
@@ -142,8 +144,8 @@ static struct lttcomm_sock *init_tcp_socket(void)
 
        ret = sock->ops->bind(sock);
        if (ret < 0) {
-               WARN("An other session daemon is using this JUL port. JUL support "
-                               "will be deactivated not interfering with the tracing.");
+               WARN("Another session daemon is using this JUL port. JUL support "
+                               "will be deactivated to prevent interfering with the tracing.");
                goto error;
        }
 
This page took 0.025507 seconds and 4 git commands to generate.