From: Roland Häder Date: Mon, 26 Oct 2020 04:27:45 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fa8ef1882a60d4a325fe43b996c9bf1b26bcb9b;p=hub.git Continued: - no need to debug these lines - updated core framework Signed-off-by: Roland Häder --- diff --git a/application/hub/classes/container/socket/class_SocketContainer.php b/application/hub/classes/container/socket/class_SocketContainer.php index 8e664a304..1f968409c 100644 --- a/application/hub/classes/container/socket/class_SocketContainer.php +++ b/application/hub/classes/container/socket/class_SocketContainer.php @@ -152,7 +152,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setPackageDataInstance (DeliverablePackage $packageDataInstance) { - /* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting packageDataInstance=%s', strtoupper($this->getSocketProtocol()), $packageDataInstance)); $this->packageDataInstance = $packageDataInstance; } @@ -982,16 +981,12 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita // Is there a listener instance set? if ($listenerInstance instanceof Listenable) { - // Debug message - //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...'); - // Set it here for later usage + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting listenerInstance=' . $listenerInstance->__toString() . ' ...'); $this->setListenerInstance($listenerInstance); } elseif ($helperInstance instanceof ConnectionHelper) { - // Debug message - //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...'); - // Set it here for later usage + //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(strtoupper($this->getSocketProtocol()) . '-SOCKET: Setting helperInstance=' . $helperInstance->__toString() . ' ...'); $this->setHelperInstance($helperInstance); } @@ -1515,7 +1510,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setSocketFile (SplFileInfo $socketFile) { - /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketFile=%s ...', strtoupper($this->getSocketProtocol()), $socketFile)); $this->socketFile = $socketFile; } @@ -1535,7 +1529,6 @@ class SocketContainer extends BaseHubContainer implements StorableSocket, Visita * @return void */ public function setSocketType ($socketType) { - /* NOISY-DEBUG */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('%s-SOCKET: Setting socketType=%s ...', strtoupper($this->getSocketProtocol()), $socketType)); $this->socketType = $socketType; } diff --git a/core b/core index f57dd5186..8d5ee38d8 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f57dd51863ec9baacba447d76b46d5c709b9b02e +Subproject commit 8d5ee38d8f889ffb079983b223c9dae3fb1e2b3d