don't show unknown (debug) errors

darcs-hash:20080827132346-84dde-c5499ac960fbb28bced28ff9355846f7183fcb5c.gz
This commit is contained in:
Evan Prodromou 2008-08-27 09:23:46 -04:00
parent 108b1e7bfd
commit 28ed510854
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ function xmppdaemon_error_handler($errno, $errstr, $errfile, $errline, $errconte
case E_USER_NOTICE:
echo "NOTICE [$errno] $errstr ($errfile:$errline)\n";
break;
default:
echo "Unknown error type: [$errno] $errstr ($errfile:$errline)\n";
break;
}
/* Don't execute PHP internal error handler */