From: Pierre-Marc Fournier Date: Wed, 16 Sep 2009 15:14:04 +0000 (-0400) Subject: remove stray debugging message X-Git-Tag: v0.1~132 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=9ebf7bd4b473a1935bf086d8165c088f778730b7 remove stray debugging message --- 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);