Cleanup: typo in DBG() statements
[lttng-tools.git] / src / common / consumer / consumer.c
index 4a8b14634d545b5587517caff54eddbd78cbfa48..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;
@@ -4207,7 +4207,7 @@ int lttng_consumer_rotate_channel(struct lttng_consumer_channel *channel,
                case CONSUMER_STREAM_OPEN_PACKET_STATUS_ERROR:
                        /* Logged by callee. */
                        ret = -1;
-                       goto end_unlock_stream;
+                       goto end_unlock_channel;
                default:
                        abort();
                }
This page took 0.024414 seconds and 5 git commands to generate.