Typo in ust consumer log message (channek -> channel)
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 791d38d91f6f05a4b154560b3a290d7e97c3d025..70bd140672e8ddb7aa5d4c3c39835148aee85ec9 100644 (file)
@@ -3118,7 +3118,7 @@ int lttng_ustconsumer_request_metadata(struct lttng_consumer_local_data *ctx,
        request.key = channel->key;
 
        DBG("Sending metadata request to sessiond, session id %" PRIu64
-                       ", per-pid %" PRIu64 ", app UID %u and channek key %" PRIu64,
+                       ", per-pid %" PRIu64 ", app UID %u and channel key %" PRIu64,
                        request.session_id, request.session_id_per_pid, request.uid,
                        request.key);
 
This page took 0.023626 seconds and 5 git commands to generate.