fixeria has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/36268?usp=email )
Change subject: core: fix missing '\n' in iofd_uring_connected_cb() ......................................................................
core: fix missing '\n' in iofd_uring_connected_cb()
Change-Id: I43df86cdbd3e52d4f8f7bc0e48478b6f9b288e9f --- M src/core/osmo_io_uring.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/core/osmo_io_uring.c b/src/core/osmo_io_uring.c index 29b18ca..e163ee0 100644 --- a/src/core/osmo_io_uring.c +++ b/src/core/osmo_io_uring.c @@ -461,7 +461,7 @@ { 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;