[PATCH] osmo-bsc[master]: log typo fix in gsm0808_cipher_mode()

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Dec 14 20:41:19 UTC 2017


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

log typo fix in gsm0808_cipher_mode()

Change-Id: I3f6d138df9ddc9c6560d04e2e8baa1f3a50a164f
---
M src/libbsc/bsc_api.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/78/5378/1

diff --git a/src/libbsc/bsc_api.c b/src/libbsc/bsc_api.c
index 44c50c1..5ba2cde 100644
--- a/src/libbsc/bsc_api.c
+++ b/src/libbsc/bsc_api.c
@@ -721,7 +721,7 @@
 			const uint8_t *key, int len, int include_imeisv)
 {
 	if (cipher > 0 && key == NULL) {
-		LOGP(DRSL, LOGL_ERROR, "Need to have an encrytpion key.\n");
+		LOGP(DRSL, LOGL_ERROR, "Need to have an encryption key.\n");
 		return -1;
 	}
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f6d138df9ddc9c6560d04e2e8baa1f3a50a164f
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list