below PTRACE will cause user confused when checking log file of vqueue
Index: Routing.cxx
===================================================================
RCS file: /cvsroot/openh323gk/openh323gk/Routing.cxx,v
retrieving revision 1.66
diff -u -r1.66 Routing.cxx
--- Routing.cxx 16 Jan 2008 12:14:43 -0000 1.66
+++ Routing.cxx 22 Mar 2008 06:14:11 -0000
@@ -791,7 +791,7 @@
r->m_sync.Signal();
if (!foundrequest) {
foundrequest = true;
- if (reject)
+ if (!reject)
PTRACE(2,"VQueue\tRoute request (EPID:" << callingEpId
<< ", CRV=" << crv << ") accepted by agent " << AsString(agent));
else
===================================================================
RCS file: /cvsroot/openh323gk/openh323gk/Routing.cxx,v
retrieving revision 1.66
diff -u -r1.66 Routing.cxx
--- Routing.cxx 16 Jan 2008 12:14:43 -0000 1.66
+++ Routing.cxx 22 Mar 2008 06:14:11 -0000
@@ -791,7 +791,7 @@
r->m_sync.Signal();
if (!foundrequest) {
foundrequest = true;
- if (reject)
+ if (!reject)
PTRACE(2,"VQueue\tRoute request (EPID:" << callingEpId
<< ", CRV=" << crv << ") accepted by agent " << AsString(agent));
else
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________________ Posting: mailto:Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_name=openh323gk-users Unsubscribe: http://lists.sourceforge.net/lists/listinfo/openh323gk-users Homepage: http://www.gnugk.org/