X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Flttng-ust-comm.c;h=a38c5733075b24feab74880cd00697318ab8611e;hb=003fedf4968e55d8f7711faf784a37d2804c3a21;hp=ba60053627ace1c0bbf01737890272f4b90178ba;hpb=57773204abc43ed7d4350ac0d641ddbbda1e441e;p=lttng-ust.git diff --git a/libust/lttng-ust-comm.c b/libust/lttng-ust-comm.c index ba600536..a38c5733 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 " @@ -819,7 +819,7 @@ void lttng_ust_cleanup(int exiting) cleanup_sock_info(&local_apps); } lttng_ust_abi_exit(); - ltt_events_exit(); + lttng_ust_events_exit(); ltt_ring_buffer_client_discard_exit(); ltt_ring_buffer_client_overwrite_exit(); ltt_ring_buffer_metadata_client_exit();