From 5b1621bf537e2b572cb02b6755cf6c7dbb256f76 Mon Sep 17 00:00:00 2001 From: Keith Date: Fri, 31 Aug 2018 16:02:23 +0200 Subject: Cosmetic: correct spelling error in logging Change-Id: I1f323a738f2c8ff21984b574a0ff47fe175e9161 --- src/sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sip.c b/src/sip.c index c9f5abb..cf457ad 100644 --- a/src/sip.c +++ b/src/sip.c @@ -51,7 +51,7 @@ static void call_progress(struct sip_call_leg *leg, const sip_t *sip, int status if (status == 183) sdp_extract_sdp(leg, sip, false); - LOGP(DSIP, LOGL_NOTICE, "leg(%p) is now rining.\n", leg); + LOGP(DSIP, LOGL_NOTICE, "leg(%p) is now ringing.\n", leg); other->ring_call(other); } -- cgit v1.2.3