Cleanup: typo in DBG() statements
[lttng-tools.git] / 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.025034 seconds and 4 git commands to generate.