From 68b3dddad280e6364c942f13f72664a9a5497efa Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Mon, 3 Nov 2008 21:57:23 +0000 Subject: [PATCH] made debug message point to sipctrl.conf on this specific error git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1122 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/sipctrl/trans_layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/sipctrl/trans_layer.cpp b/core/plug-in/sipctrl/trans_layer.cpp index 0a481f75..2ca6e833 100644 --- a/core/plug-in/sipctrl/trans_layer.cpp +++ b/core/plug-in/sipctrl/trans_layer.cpp @@ -882,7 +882,7 @@ int trans_layer::update_uac_trans(trans_bucket* bucket, sip_trans* t, sip_msg* m to_tag = ((sip_from_to*)msg->to->p)->tag; if((t->msg->u.request->method != sip_request::CANCEL) && !to_tag.len){ - DBG("To-tag missing in final reply\n"); + DBG("To-tag missing in final reply (see sipctrl.conf?)\n"); if (!SipCtrlInterfaceFactory::accept_fr_without_totag) return -1; }