remove stray debugging message
[ust.git] / libustcomm / ustcomm.c
index 3b53471ac6d69c81acd1379351d985b9b8ed177b..6e93a0266bc9c7dd68c933fd330b60c6b6f62217 100644 (file)
@@ -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);
This page took 0.023062 seconds and 4 git commands to generate.