]> git.mxchange.org Git - hub.git/commitdiff
Misleading message updated
authorRoland Häder <roland@mxchange.org>
Thu, 2 Sep 2010 21:05:40 +0000 (21:05 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 2 Sep 2010 21:05:40 +0000 (21:05 +0000)
application/hub/main/helper/connection/class_BaseConnectionHelper.php
application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php

index 8c0a4f82d3e55f507a47608f2b44c0e81f8cad22..b2b1d8121556854e84f2f3528c54b112c5069fb7 100644 (file)
@@ -172,7 +172,7 @@ class BaseConnectionHelper extends BaseHubHelper implements Registerable, Protoc
                } // END - if
 
                // How much has been sent?
-               die('num='.$numBytes."\n");
+               die('num=' . $numBytes . "\n");
        }
 
        /**
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