Minor improvements here and there:
[core.git] / inc / classes / exceptions / socket / class_SocketConnectionException.php
index 2e53617d57178e879e6d3e8913d38257ba2c0992..c7210108c1598400cdcf32ff7c7987eab2815350 100644 (file)
@@ -33,7 +33,7 @@ class SocketConnectionException extends FrameworkException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Could not make a connection! (type %s != resource). errno=%s, errstr=%s",
+               $message = sprintf("[%s:] Could not make a connection, type=%s, errno=%s, errstr=%s",
                        $messageData[0]->__toString(),
                        $messageData[1],
                        $messageData[2],