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;

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/36268?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I43df86cdbd3e52d4f8f7bc0e48478b6f9b288e9f
Gerrit-Change-Number: 36268
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to