X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Flttng-ust-comm.c;h=5f51812566e52d5e2ae5a9fb96160f4ccaeb8f66;hb=f0d030862f13d3d73b72e87d4ce2a0d9150dd562;hp=ba60053627ace1c0bbf01737890272f4b90178ba;hpb=7d98296936e6db0d1d8ab2cfffca3ca2d17261a3;p=ust.git diff --git a/libust/lttng-ust-comm.c b/libust/lttng-ust-comm.c index ba60053..5f51812 100644 --- a/libust/lttng-ust-comm.c +++ b/libust/lttng-ust-comm.c @@ -556,7 +556,7 @@ void wait_for_sessiond(struct sock_info *sock_info) if (ret < 0) { if (errno == EFAULT) { wait_poll_fallback = 1; - ERR( + WARN( "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 "