[MERGED] osmo-ggsn[master]: tun_setaddr6: Fix log typo

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Dec 1 16:08:34 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: tun_setaddr6: Fix log typo
......................................................................


tun_setaddr6: Fix log typo

Change-Id: Id7f7d33a33730d57c5ecf7ebf5612f4744cf5163
---
M lib/tun.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/lib/tun.c b/lib/tun.c
index fcd04f3..5960197 100644
--- a/lib/tun.c
+++ b/lib/tun.c
@@ -401,7 +401,7 @@
 			if (errno != EEXIST) {
 				SYS_ERR(DTUN, LOGL_ERROR, 0, "ioctl(SIOCSIFADDR) failed");
 			} else {
-				SYS_ERR(DTUN, LOGL_NOTICE, 0, "ioctl(SIOCSIFADDR): Address alreadsy exists");
+				SYS_ERR(DTUN, LOGL_NOTICE, 0, "ioctl(SIOCSIFADDR): Address already exists");
 			}
 			close(fd);
 			return -1;

-- 
To view, visit https://gerrit.osmocom.org/5116
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id7f7d33a33730d57c5ecf7ebf5612f4744cf5163
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list