mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-9574 #resolve [We shouldn't print data sent on the buffer.]
This commit is contained in:
parent
9e3d54504a
commit
39738b32ca
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user