Module: sems Branch: master Commit: 7a6f783c8056b463342dc83af9189b77a95113f1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=7a6f783c8056b463342dc83af9189b77a95113f1
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Fri Feb 3 10:49:03 2012 +0100 core: mark beginning of the transaction table dump. --- core/sip/trans_table.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/sip/trans_table.cpp b/core/sip/trans_table.cpp index 28630a6..9a32c38 100644 --- a/core/sip/trans_table.cpp +++ b/core/sip/trans_table.cpp @@ -56,6 +56,7 @@ public: ~trans_table() { + DBG("** Dumping transaction table: **\n"); dump(); } }; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
