Move libringbuffer and comm connect messages to debug level
[lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index d35511b2f1afecc7bf16a10317955130c6cbc175..ad02dd9d366faaf043f9b13bc638eef371b99a4a 100644 (file)
@@ -625,7 +625,7 @@ restart:
        /* Register */
        ret = ustcomm_connect_unix_sock(sock_info->sock_path);
        if (ret < 0) {
-               ERR("Error connecting to %s apps socket", sock_info->name);
+               DBG("Info: sessiond not accepting connections to %s apps socket", sock_info->name);
                prev_connect_failed = 1;
                /*
                 * If we cannot find the sessiond daemon, don't delay
This page took 0.024581 seconds and 4 git commands to generate.