continue working on build system
[ust.git] / libustcomm / ustcomm.c
index d6e5346d26e468a73addc6b6fc8eca369d6e58b3..e19118347ce3fd364aa1ec75cadb0f74fcf20550 100644 (file)
@@ -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);
This page took 0.022752 seconds and 4 git commands to generate.