]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
Misleading message updated
[hub.git] / application / hub / main / helper / connection / tcp / class_TcpConnectionHelper.php
index bf92729dd6eaede720c27528bc5de9b0048e3b59..76e50c81b83906f4d99df88a49fd5333fb340fe3 100644 (file)
@@ -125,7 +125,7 @@ class TcpConnectionHelper extends BaseConnectionHelper {
                                throw new InvalidSocketException(array($helperInstance, gettype($socketResource), $socketError, $errorMessage), BaseListener::EXCEPTION_INVALID_SOCKET);
                        } else {
                                // Debug output
-                               $helperInstance->debugOutput('CONNECTION: Operation is in progress, maybe recipient is down?');
+                               $helperInstance->debugOutput('CONNECTION: Operation is in progress, this usual for non-blocking connections.');
                        }
                } // END - if