diff options
author | Philipp Maier <pmaier@sysmocom.de> | 2021-11-19 11:36:43 +0100 |
---|---|---|
committer | Philipp Maier <pmaier@sysmocom.de> | 2021-11-19 11:43:00 +0100 |
commit | 0505e35cb721481de8f1147edf9724b4c7f22c75 (patch) | |
tree | abecc9e419e75edeae43d68cc016257e85962856 | |
parent | 9cf719889da410596be96d02721371572ad8500b (diff) |
abis_nm: fix typo
Change-Id: I2cb7b986db9d394db2c912247db861704d2c7c23
-rw-r--r-- | src/osmo-bsc/abis_nm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c index 7c0439413..aeb4ba313 100644 --- a/src/osmo-bsc/abis_nm.c +++ b/src/osmo-bsc/abis_nm.c @@ -1363,7 +1363,7 @@ static int parse_sdp_header(struct abis_nm_sw *sw) } if (strncmp(firmware_header.magic, " SDP", 4) != 0) { - LOGPMO(mo, DNM, LOGL_ERROR, "The magic number1 is wrong.\n"); + LOGPMO(mo, DNM, LOGL_ERROR, "The magic number is wrong.\n"); return -1; } |