aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2018-08-31 16:02:23 +0200
committerKeith <keith@rhizomatica.org>2018-09-04 12:01:22 +0200
commit5b1621bf537e2b572cb02b6755cf6c7dbb256f76 (patch)
treeb2cd5ed82775fe7210db7851573ca482f008950f
parent741c51bb61712e29dacca6c65448a9e1e8d776d9 (diff)
Cosmetic: correct spelling error in logging
-rw-r--r--src/sip.c2
1 files changed, 1 insertions, 1 deletions
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);
}