]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/class_BaseConnectionHelper.php
Choosed other separator chars for package data
[hub.git] / application / hub / main / helper / connection / class_BaseConnectionHelper.php
index 27ced2e4224bea69087ff3a90d53af7b89159c1f..a98242238a796dd2e60f41d36d58498e726fc047 100644 (file)
@@ -569,7 +569,7 @@ class BaseConnectionHelper extends BaseHubHelper implements Registerable, Protoc
         * @return      void
         */
        protected function socketErrorOperationInProgressHandler ($socketResource) {
-               $this->debugOutput('CONNECTION: Operation is now in progress, this is usual for non-blocking connections and no bug.');
+               $this->debugOutput('CONNECTION: Operation is now in progress, this is usual for non-blocking connections and is no bug.');
        }
 }