Fixed a leftover XDebug variable in SS7Router.

Merged branch paulc/pstn -c 3495


git-svn-id: http://voip.null.ro/svn/yate@3496 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2010-08-21 18:39:47 +00:00
parent f16e8eea8c
commit 935cf99f9c
1 changed files with 2 additions and 2 deletions

View File

@ -542,8 +542,8 @@ void SS7Router::restart2()
int SS7Router::routeMSU(const SS7MSU& msu, const SS7Label& label, SS7Layer3* network, int sls, SS7Route::State states)
{
XDebug(this,DebugStub,"Possibly incomplete SS7Router::routeMSU(%p,%p,%p,%d) min=%d",
&msu,&label,network,sls,minState);
XDebug(this,DebugStub,"Possibly incomplete SS7Router::routeMSU(%p,%p,%p,%d) states=0x%X",
&msu,&label,network,sls,states);
lock();
RefPointer<SS7Route> route = findRoute(label.type(),label.dpc().pack(label.type()),states);
unlock();