From e275709f247fab1faef9a8c06e23d8b1e00e291c Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 9 Dec 2020 08:43:58 -0500 Subject: [PATCH] Cleanup: misplaced white space in `ERR()` statement MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I44291907c9973394c3edaf9b470230c59bb75eec --- src/bin/lttng-sessiond/rotation-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1