darcs-hash:20080831013132-84dde-dc51363f8f6c6a0fece8b4acf7088b64acedc5f9.gz
This commit is contained in:
Evan Prodromou 2008-08-30 21:31:32 -04:00
parent f7865b1d41
commit 4fccba70f1
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class XMPPHP_XMLStream {
$secs = 0;
$usecs = 0;
} else {
$secs = $remaining / 1000000;
$secs = floor($remaining / 1000000);
$usecs = $remaining % 1000000;
}
$this->log->log("stream_select(read, write, except, $secs, $usecs)", XMPPHP_Log::LEVEL_VERBOSE);