]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9574 #resolve [We shouldn't print data sent on the buffer.]
authorBrian West <brian@freeswitch.org>
Tue, 27 Sep 2016 20:52:21 +0000 (15:52 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 27 Sep 2016 20:52:25 +0000 (15:52 -0500)
src/mod/endpoints/mod_verto/mod_verto.c

index b839660082427477d1ca0d286ff6bb2946b605e2..30eefc1def6f35158a937642b715a39323fa5fcb 100644 (file)
@@ -1822,7 +1822,7 @@ static void client_run(jsock_t *jsock)
                        ws_close(&jsock->ws, WS_NONE);
                        goto error;
                } else {
-                       die("%s WS SETUP FAILED [%s]\n", jsock->name, jsock->ws.buffer);
+                       die("%s WS SETUP FAILED\n", jsock->name);
                }
        }