laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-upf/+/37755?usp=email )
Change subject: pfcp-tool: fix extra newline in vty_out
......................................................................
pfcp-tool: fix extra newline in vty_out
Change-Id: Ib3bb0795238f251ea5b515fe639280be66542a01
---
M src/osmo-pfcp-tool/pfcp_tool_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
dexter: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/osmo-pfcp-tool/pfcp_tool_vty.c b/src/osmo-pfcp-tool/pfcp_tool_vty.c
index da8d257..f0a46f4 100644
--- a/src/osmo-pfcp-tool/pfcp_tool_vty.c
+++ b/src/osmo-pfcp-tool/pfcp_tool_vty.c
@@ -97,7 +97,7 @@
rc = osmo_pfcp_endpoint_bind(g_pfcp_tool->ep);
if (rc) {
- vty_out(vty, "Failed to bind PFCP endpoint on %s: %s%s\n",
+ vty_out(vty, "Failed to bind PFCP endpoint on %s: %s%s",
osmo_sockaddr_to_str_c(OTC_SELECT,
osmo_pfcp_endpoint_get_local_addr(g_pfcp_tool->ep)),
strerror(-rc), VTY_NEWLINE);
return CMD_WARNING;
--
To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/37755?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: Ib3bb0795238f251ea5b515fe639280be66542a01
Gerrit-Change-Number: 37755
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>