X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fiomaster.php;h=7072761f2d2a03be6f34e5a66aae6eb445826044;hb=refs%2Fheads%2Fupstream-changes%2Fgoogle-analytics-removal;hp=7cfb2c9a0ff18c59039cfdae634c728ec9fc8282;hpb=1de7badd78bb3cddc99a6960ec6a395a191ce6be;p=quix0rs-gnu-social.git diff --git a/lib/iomaster.php b/lib/iomaster.php index 7cfb2c9a0f..7072761f2d 100644 --- a/lib/iomaster.php +++ b/lib/iomaster.php @@ -132,7 +132,7 @@ abstract class IoMaster $write = array(); $except = array(); $this->logState('listening'); - common_log(LOG_DEBUG, "Waiting up to $timeout seconds for socket data..."); + //common_debug("Waiting up to $timeout seconds for socket data..."); $ready = stream_select($read, $write, $except, $timeout, 0); if ($ready === false) {