Removed confusing warning message.

git-svn-id: http://yate.null.ro/svn/yate/trunk@891 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-06-20 21:49:35 +00:00
parent 167ab101d2
commit 7e491750b7
1 changed files with 0 additions and 3 deletions

View File

@ -812,9 +812,6 @@ bool Module::received(Message &msg, int id)
}
else if (id == Level)
return setDebug(msg,dest);
else
Debug(this,DebugGoOn,"Invalid relay id %d in module '%s', message '%s'",
id,m_name.c_str(),msg.c_str());
return false;
}