X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fustcomm.c;h=47f228b1de907e7b6ac8e829e4074205fdddc086;hb=a34c2ec061dd1aee434ad6c0a0a1d78876010d47;hp=f391399ff3f1b46aedf2ff958c0d3ea101563803;hpb=8a5c7efa50f9dce0360611b16323462c77f07321;p=lttng-ust.git diff --git a/src/common/ustcomm.c b/src/common/ustcomm.c index f391399f..47f228b1 100644 --- a/src/common/ustcomm.c +++ b/src/common/ustcomm.c @@ -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) { /*