Minor improvements here and there:
[core.git] / inc / classes / exceptions / socket / class_SocketCreationException.php
index 12155de49f527f4e95d7386a58367287d462e815..d3260a61da095a24b58bcb62814253aeaf133ce2 100644 (file)
@@ -33,7 +33,7 @@ class SocketCreationException extends FrameworkException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Cannot create socket (type %s != resource). errno=%s, errstr=%s",
+               $message = sprintf("[%s:] Cannot create socket, type=%s, errno=%s, errstr=%s",
                        $messageData[0]->__toString(),
                        $messageData[1],
                        $messageData[2],