fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/36268/1
diff --git a/src/core/osmo_io_uring.c b/src/core/osmo_io_uring.c
index 7c9593e..8d38207 100644
--- a/src/core/osmo_io_uring.c
+++ b/src/core/osmo_io_uring.c
@@ -448,7 +448,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: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange