core: fix missing '\n' in iofd_uring_connected_cb()

Change-Id: I43df86cdbd3e52d4f8f7bc0e48478b6f9b288e9f
This commit is contained in:
Vadim Yanitskiy 2024-03-14 15:42:14 +07:00 committed by fixeria
parent 9c604f4738
commit 61906936f9
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ static int iofd_uring_connected_cb(struct osmo_fd *ofd, unsigned int what)
{
struct osmo_io_fd *iofd = ofd->data;
LOGPIO(iofd, LOGL_DEBUG, "Socket connected or failed.");
LOGPIO(iofd, LOGL_DEBUG, "Socket connected or failed.\n");
if (!(what & OSMO_FD_WRITE))
return 0;