Index: io_stream_cygfile.cc =================================================================== RCS file: /cvs/cygwin-apps/setup/io_stream_cygfile.cc,v retrieving revision 2.21 diff -u -p -r2.21 io_stream_cygfile.cc --- io_stream_cygfile.cc 5 May 2005 22:48:35 -0000 2.21 +++ io_stream_cygfile.cc 28 Sep 2005 01:24:58 -0000 @@ -144,7 +144,7 @@ io_stream_cygfile::io_stream_cygfile (St if (!fp) { lasterr = errno; - log(LOG_TIMESTAMP) << "io_stream_cygfile: fopen failed " << errno << " " + log(LOG_TIMESTAMP) << "io_stream_cygfile: fopen(" << name << ") failed " << errno << " " << strerror(errno) << endLog; } }