X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=e19118347ce3fd364aa1ec75cadb0f74fcf20550;hb=53107b8f0fcc8f46a12f926b37a6a87eeccac887;hp=d6e5346d26e468a73addc6b6fc8eca369d6e58b3;hpb=8cefc1450e2d929de5d2878518e7b8b2b77ff755;p=lttng-ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index d6e5346d..e1911834 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -518,7 +518,7 @@ int ustcomm_init_ustd(struct ustcomm_ustd *handle) handle->server.listen_fd = init_named_socket(name, &handle->server.socketpath); if(handle->server.listen_fd < 0) { - ERR("error initializing named socket"); + ERR("error initializing named socket at %s", name); goto free_name; } free(name);