From 9ebf7bd4b473a1935bf086d8165c088f778730b7 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 16 Sep 2009 11:14:04 -0400 Subject: [PATCH] remove stray debugging message --- libustcomm/ustcomm.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1