From 935cf99f9c02009490927e0c3bb18bd2878c8043 Mon Sep 17 00:00:00 2001 From: paulc Date: Sat, 21 Aug 2010 18:39:47 +0000 Subject: [PATCH] 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 --- libs/ysig/router.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ysig/router.cpp b/libs/ysig/router.cpp index 223f9357..5fecdef3 100644 --- a/libs/ysig/router.cpp +++ b/libs/ysig/router.cpp @@ -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 route = findRoute(label.type(),label.dpc().pack(label.type()),states); unlock();