FS-9574 #resolve [We shouldn't print data sent on the buffer.]

This commit is contained in:
Brian West 2016-09-27 15:52:21 -05:00
parent 9e3d54504a
commit 39738b32ca

View 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);
}
}