Cleanup: misplaced white space in `ERR()` statement
[lttng-tools.git] / src / bin / lttng-sessiond / rotation-thread.c
index 036296a3fe80bcc4a797311fcfa87d6e6f9078fc..c8cf93e592b3e75f714d4c0056508149d5b6a290 100644 (file)
@@ -16,7 +16,6 @@
 #include <common/align.h>
 #include <common/time.h>
 #include <common/hashtable/utils.h>
-#include <sys/eventfd.h>
 #include <sys/stat.h>
 #include <time.h>
 #include <signal.h>
@@ -717,7 +716,7 @@ int handle_notification_channel(int fd,
        status = lttng_notification_channel_has_pending_notification(
                        rotate_notification_channel, &notification_pending);
        if (status != LTTNG_NOTIFICATION_CHANNEL_STATUS_OK) {
-               ERR("[rotation-thread ]Error occurred while checking for pending notification");
+               ERR("[rotation-threadError occurred while checking for pending notification");
                ret = -1;
                goto end;
        }
This page took 0.022884 seconds and 4 git commands to generate.