From b8b1fda04cb18e90bd831de93f5bb9d66041304e Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 24 May 2006 19:58:36 +0000 Subject: [PATCH] Typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30038 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 380c87f3cb..ef4dd1361b 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");