From: Francis Deslauriers Date: Tue, 7 Jul 2020 16:27:34 +0000 (-0400) Subject: Cleanup: typo in DBG() statements X-Git-Tag: v2.13.0-rc1~586 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a1ed855aaa5276406088f780335eb175a992574f;ds=sidebyside Cleanup: typo in DBG() statements Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I19518292b4e7bd9319cafa05f08c1854f7693168 --- diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index d45771e7e..f18cd2bf7 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -3253,7 +3253,7 @@ void *consumer_thread_sessiond_poll(void *data) err = 0; /* All is OK */ goto end; } - DBG("received command on sock"); + DBG("Received command on sock"); } /* All is OK */ err = 0;