aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/osmo_io_uring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/osmo_io_uring.c b/src/core/osmo_io_uring.c
index 29b18cae..e163ee01 100644
--- a/src/core/osmo_io_uring.c
+++ b/src/core/osmo_io_uring.c
@@ -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;