Fixed minor typo.

git-svn-id: http://yate.null.ro/svn/yate/trunk@1318 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2007-05-13 22:37:50 +00:00
parent 2dea9e1b4d
commit 514c9cfee6
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ bool ExtModReceiver::processLine(const char* line)
m_relays.append(r);
Engine::install(r);
}
if (debugAt(DebugAll) {
if (debugAt(DebugAll)) {
String tmp;
if (fname)
tmp << "filter: '" << fname << "'='" << fvalue << "' ";