]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_InvalidSocketException.php
Minor improvements here and there:
[core.git] / inc / classes / exceptions / socket / class_InvalidSocketException.php
index a6b69c41c5ac0cb2b2ddc0f75d1d116c4247b97e..27ccb5d537e49dcfac101703420e12cc6961387b 100644 (file)
@@ -32,7 +32,7 @@ class InvalidSocketException extends FrameworkException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Invalid socket (type %s != resource). errno=%s, errstr=%s",
+               $message = sprintf("[%s:] Invalid socket, type=%s, errno=%s, errstr=%s",
                        $messageData[0]->__toString(),
                        $messageData[1],
                        $messageData[2],