X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;h=c8cf93e592b3e75f714d4c0056508149d5b6a290;hp=036296a3fe80bcc4a797311fcfa87d6e6f9078fc;hb=39b95a70bbb440eb42a548df21742f6ddebe0e2d;hpb=16100d7ad8517131cc3ef29743e325184802ad13 diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index 036296a3f..c8cf93e59 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include @@ -717,7 +716,7 @@ int handle_notification_channel(int fd, status = lttng_notification_channel_has_pending_notification( rotate_notification_channel, ¬ification_pending); if (status != LTTNG_NOTIFICATION_CHANNEL_STATUS_OK) { - ERR("[rotation-thread ]Error occurred while checking for pending notification"); + ERR("[rotation-thread] Error occurred while checking for pending notification"); ret = -1; goto end; }