Cleanup: typo in DBG() statements
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 7 Jul 2020 16:27:34 +0000 (12:27 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 Jul 2020 17:01:30 +0000 (13:01 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I19518292b4e7bd9319cafa05f08c1854f7693168

src/common/consumer/consumer.c

index 928fa2e8a54d48d66c0aba6ae8beaf6284119f53..1b46a707146204e3e823462be801befa5c2853e8 100644 (file)
@@ -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;
This page took 0.02648 seconds and 4 git commands to generate.