Change in libosmocore[master]: serial: Fix typo in debug log line

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/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Nov 13 21:58:41 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21141 )


Change subject: serial: Fix typo in debug log line
......................................................................

serial: Fix typo in debug log line

Change-Id: Ibfe70a42649512719be3c3ae42b5fad8b28a800a
---
M src/serial.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/41/21141/1

diff --git a/src/serial.c b/src/serial.c
index 4dcca08..1c41fe0 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -141,7 +141,7 @@
 
 	rc = tcsetattr(fd, TCSANOW, &tio);
 	if (rc < 0) {
-		dbg_perror("tcgetattr()");
+		dbg_perror("tcsetattr()");
 		return -errno;
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21141
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ibfe70a42649512719be3c3ae42b5fad8b28a800a
Gerrit-Change-Number: 21141
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201113/801e94fd/attachment.htm>


More information about the gerrit-log mailing list