Cosmetic: correct spelling error in logging
Change-Id: I1f323a738f2c8ff21984b574a0ff47fe175e9161changes/30/10730/5
parent
741c51bb61
commit
5b1621bf53
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue