Fixed minor debug message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1712 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-01-31 15:53:45 +00:00
parent 0171f09350
commit 865900d795
1 changed files with 1 additions and 1 deletions

View File

@ -1815,7 +1815,7 @@ bool ZapSpan::init(ZapDevice::Type type, unsigned int offset,
ch.append(String(offset+cics[i]),",");
}
s << " channels=" << ch;
s << " circuits: " << c;
s << " circuits=" << c;
Debug(m_group,DebugInfo,"ZapSpan('%s') %s [%p]",id().safe(),s.c_str(),this);
}
delete[] cics;