Incoming error reports are discarded as empty events.

git-svn-id: http://yate.null.ro/svn/yate/trunk@43 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2004-09-09 14:25:07 +00:00
parent 6d63a84bde
commit c3a69bc5c3
1 changed files with 3 additions and 0 deletions

View File

@ -270,6 +270,9 @@ class Yate
$ev->type="uninstalled";
$ev->handled=Yate::Str2bool($part[3]);
break;
case "Error in":
/* We are already in error so better stay quiet */
break;
default:
Yate::Output("PHP parse error: " . $line);
}