Log path used in connection attempts
[lttng-ust.git] / src / common / ustcomm.c
index f391399ff3f1b46aedf2ff958c0d3ea101563803..47f228b1de907e7b6ac8e829e4074205fdddc086 100644 (file)
@@ -82,6 +82,7 @@ int ustcomm_connect_unix_sock(const char *pathname, long timeout)
        strncpy(sun.sun_path, pathname, sizeof(sun.sun_path));
        sun.sun_path[sizeof(sun.sun_path) - 1] = '\0';
 
+       DBG("Connecting to '%s'", sun.sun_path);
        ret = connect(fd, (struct sockaddr *) &sun, sizeof(sun));
        if (ret < 0) {
                /*
This page took 0.023247 seconds and 4 git commands to generate.