From a1ed855aaa5276406088f780335eb175a992574f Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 7 Jul 2020 12:27:34 -0400 Subject: [PATCH 1/1] Cleanup: typo in DBG() statements 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: I19518292b4e7bd9319cafa05f08c1854f7693168 --- src/common/consumer/consumer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1