aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 19:58:36 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 19:58:36 +0000
commit9c0477b2a7349b69cde725ae04351bfb6793ea51 (patch)
tree27a9810847259baa709ccc2c82228c2443c3fa08 /channels/chan_sip.c
parent7657e00b681e1eff363de4591fd3b92f27391c43 (diff)
Typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@30038 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 380c87f3c..ef4dd1361 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11281,7 +11281,7 @@ static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
ast_log(LOG_DEBUG, "Hm.... No sdp for the moment\n");
}
if (recordhistory) /* This is a response, note what it was for */
- append_history(p, "%s", "Re-invite received");
+ append_history(p, "ReInv", "Re-invite received");
}
} else if (debug)
ast_verbose("Ignoring this INVITE request\n");