diff options
author | Vadim Yanitskiy <vyanitskiy@sysmocom.de> | 2020-09-15 21:59:15 +0700 |
---|---|---|
committer | laforge <laforge@osmocom.org> | 2020-09-15 20:42:17 +0000 |
commit | f072fbad3ef161c2629e90e3406a280e29f5ddd6 (patch) | |
tree | 4b545800c09a7a80c28eca16a04cb450745e9ceb | |
parent | 1df9f5bba84b03bb3f9503b4537562e5eae31109 (diff) |
abis_nm: use DEBUGPFOH() in abis_nm_rx_sw_act_req()
Change-Id: Ib148a451edee88350f09895a85a9d1bc03f3ac00
-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 352bffb95..3d1d991ee 100644 --- a/src/osmo-bsc/abis_nm.c +++ b/src/osmo-bsc/abis_nm.c @@ -720,7 +720,7 @@ static int abis_nm_rx_sw_act_req(struct msgb *mb) LOGPFOH(DNM, LOGL_ERROR, foh, "SW config not found! Can't continue.\n"); return -EINVAL; } else { - DEBUGP(DNM, "Found SW config: %s\n", osmo_hexdump(sw_config, sw_config_len)); + DEBUGPFOH(DNM, foh, "Found SW config: %s\n", osmo_hexdump(sw_config, sw_config_len)); } /* Parse up to two sw descriptions from the data */ |