Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / common / consumer.c
index 0e33bea72e96b4c6a7c35fd82ec9e1cfb9bb82da..deebd2e2b353cd1cc4365f5ede45e78203e9653e 100644 (file)
@@ -278,8 +278,12 @@ void consumer_del_stream(struct lttng_consumer_stream *stream)
                                stream->relayd_stream_id,
                                stream->next_net_seq_num - 1);
                if (ret < 0) {
-                       ERR("Unable to close stream on the relayd. Continuing");
-                       /* Continue here. There is nothing we can do for the relayd.*/
+                       DBG("Unable to close stream on the relayd. Continuing");
+                       /*
+                        * Continue here. There is nothing we can do for the relayd.
+                        * Chances are that the relayd has closed the socket so we just
+                        * continue cleaning up.
+                        */
                }
 
                /* Both conditions are met, we destroy the relayd. */
This page took 0.023131 seconds and 4 git commands to generate.