From: Francis Deslauriers Date: Wed, 9 Dec 2020 13:43:58 +0000 (-0500) Subject: Cleanup: misplaced white space in `ERR()` statement X-Git-Tag: v2.13.0-rc1~396 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e275709f247fab1faef9a8c06e23d8b1e00e291c Cleanup: misplaced white space in `ERR()` statement Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I44291907c9973394c3edaf9b470230c59bb75eec --- 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; }