Cleanup: typo in DBG() statements
[lttng-tools.git] / 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;
                }
-               DBG("received command on sock");
+               DBG("Received command on sock");
        }
        /* All is OK */
        err = 0;
This page took 0.023338 seconds and 4 git commands to generate.