* BOSH fixes

git-svn-id: svn://netflint.net/xmpphp@56 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy
2008-09-19 12:03:29 +00:00
parent 34048957e0
commit f1b4f5b175
3 changed files with 69 additions and 7 deletions

View File

@@ -112,5 +112,6 @@ class XMPPHP_Log {
protected function writeLine($msg, $runlevel, $time) {
//echo date('Y-m-d H:i:s', $time)." [".$this->names[$runlevel]."]: ".$msg."\n";
echo $time." [".$this->names[$runlevel]."]: ".$msg."\n";
flush();
}
}