mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-05 10:08:08 +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);
|
ws_close(&jsock->ws, WS_NONE);
|
||||||
goto error;
|
goto error;
|
||||||
} else {
|
} 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