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>
Tue, 21 Jul 2020 19:23:54 +0000 (15:23 -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 d45771e7eb19fb45123041736853143704db3aff..f18cd2bf7a58ec00a470fd91f5452e49b89ea978 100644 (file)
@@ -3253,7 +3253,7 @@ void *consumer_thread_sessiond_poll(void *data)
                        err = 0;        /* All is OK */
                        goto end;
                }
                        err = 0;        /* All is OK */
                        goto end;
                }
-               DBG("received command on sock");
+               DBG("Received command on sock");
        }
        /* All is OK */
        err = 0;
        }
        /* All is OK */
        err = 0;
This page took 0.027417 seconds and 5 git commands to generate.