[PATCH] 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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Dec 1 15:28:22 UTC 2017


Review at  https://gerrit.osmocom.org/5116

tun_setaddr6: Fix log typo

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/16/5116/1

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: newchange
Gerrit-Change-Id: Id7f7d33a33730d57c5ecf7ebf5612f4744cf5163
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list