X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;fp=src%2Fbin%2Flttng-sessiond%2Frotation-thread.c;h=c8cf93e592b3e75f714d4c0056508149d5b6a290;hp=5fc02969383c3820e239600a1966da92ba80fcd0;hb=e275709f247fab1faef9a8c06e23d8b1e00e291c;hpb=959e3c66727698e58a8788aceeda5820b3c938ba diff --git a/src/bin/lttng-sessiond/rotation-thread.c b/src/bin/lttng-sessiond/rotation-thread.c index 5fc029693..c8cf93e59 100644 --- a/src/bin/lttng-sessiond/rotation-thread.c +++ b/src/bin/lttng-sessiond/rotation-thread.c @@ -716,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; }