Add DBG message when registering a probe
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index 6830d86d100ac4ad4e49b5458f2518b463d609cc..5c4e4e76609b9d637ace3622505c27304f19d618 100644 (file)
@@ -561,14 +561,14 @@ void wait_for_sessiond(struct sock_info *sock_info)
                if (ret < 0) {
                        if (errno == EFAULT) {
                                wait_poll_fallback = 1;
-                               WARN(
+                               DBG(
 "Linux kernels 2.6.33 to 3.0 (with the exception of stable versions) "
 "do not support FUTEX_WAKE on read-only memory mappings correctly. "
 "Please upgrade your kernel "
 "(fix is commit 9ea71503a8ed9184d2d0b8ccc4d269d05f7940ae in Linux kernel "
 "mainline). LTTng-UST will use polling mode fallback.");
+                               PERROR("futex");
                        }
-                       PERROR("futex");
                }
        }
        return;
This page took 0.023 seconds and 4 git commands to generate.