mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
add newline to log %nojira
This commit is contained in:
parent
242f22fa45
commit
514cfbd9f5
@ -1809,7 +1809,7 @@ static void client_run(jsock_t *jsock)
|
||||
ws_close(&jsock->ws, WS_NONE);
|
||||
goto error;
|
||||
} else {
|
||||
die("%s WS SETUP FAILED [%s]", jsock->name, jsock->ws.buffer);
|
||||
die("%s WS SETUP FAILED [%s]\n", jsock->name, jsock->ws.buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user