summaryrefslogtreecommitdiff
path: root/src/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/call.c')
-rw-r--r--src/call.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/call.c b/src/call.c
index 60231d9..15c8e8c 100644
--- a/src/call.c
+++ b/src/call.c
@@ -1067,12 +1067,7 @@ static int sipsess_offer_handler(struct mbuf **descp,
MAGIC_CHECK(call);
- if (!pl_strcmp(&msg->met, "INVITE")) {
- info("call: got re-INVITE%s\n",
- got_offer ? " (SDP Offer)" : "");
- } else {
- info("call: got UPDATE%s\n", got_offer ? " (SDP Offer)" : "");
- }
+ info("call: got re-INVITE%s\n", got_offer ? " (SDP Offer)" : "");
if (got_offer) {