From ff98b3cffa9badc7d2cc5b2e8fed3460ccb017c6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 3 Sep 2013 11:25:16 +0200 Subject: nat: Fix the log message of the code in case of an allocation failure This wrong log message appears to be the result of copy and paste --- openbsc/src/osmo-bsc_nat/bsc_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src') diff --git a/openbsc/src/osmo-bsc_nat/bsc_nat.c b/openbsc/src/osmo-bsc_nat/bsc_nat.c index bbbeb0311..a1fc035e6 100644 --- a/openbsc/src/osmo-bsc_nat/bsc_nat.c +++ b/openbsc/src/osmo-bsc_nat/bsc_nat.c @@ -309,7 +309,7 @@ static void nat_send_rlc(struct bsc_msc_connection *msc_con, msg = msgb_alloc_headroom(4096, 128, "rlc"); if (!msg) { - LOGP(DNAT, LOGL_ERROR, "Failed to allocate clear command.\n"); + LOGP(DNAT, LOGL_ERROR, "Failed to sccp rlc.\n"); return; } -- cgit v1.2.3