summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-05-24 19:58:36 +0000
committerOlle Johansson <oej@edvina.net>2006-05-24 19:58:36 +0000
commitb8b1fda04cb18e90bd831de93f5bb9d66041304e (patch)
tree27a9810847259baa709ccc2c82228c2443c3fa08 /channels
parentd9e60bf15a723367cfa02601fa13bfec01e8d793 (diff)
Typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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");