]> granicus.if.org Git - php/commitdiff
MFH: clarify error message
authorWez Furlong <wez@php.net>
Thu, 13 Feb 2003 14:43:19 +0000 (14:43 +0000)
committerWez Furlong <wez@php.net>
Thu, 13 Feb 2003 14:43:19 +0000 (14:43 +0000)
main/streams.c

index 6e5428a41ff9a455863a71ad47db2f9893ae5f74..484e8e4de8d1baac88c4e3da9da0d75dc9bda95a 100755 (executable)
@@ -2434,7 +2434,7 @@ PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int optio
        }
        
        if (stream == NULL && (options & REPORT_ERRORS)) {
-               display_wrapper_errors(wrapper, path, "failed to create stream" TSRMLS_CC);
+               display_wrapper_errors(wrapper, path, "failed to open stream" TSRMLS_CC);
        }
        tidy_wrapper_error_log(wrapper TSRMLS_CC);
 #if ZEND_DEBUG