X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=6e93a0266bc9c7dd68c933fd330b60c6b6f62217;hb=9ebf7bd4b473a1935bf086d8165c088f778730b7;hp=3b53471ac6d69c81acd1379351d985b9b8ed177b;hpb=803a4f584bbc64ff44173ced627636f9e6db6618;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index 3b53471..6e93a02 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -545,7 +545,6 @@ void ustcomm_fini_app(struct ustcomm_app *handle) struct stat st; /* Destroy socket */ - ERR("socket path is: %s", handle->server.socketpath); result = stat(handle->server.socketpath, &st); if(result == -1) { PERROR("stat (%s)", handle->server.socketpath);