This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]Reduce messages in setup.log


The current setup.exe source has quite a number of messages that announce
method calls.  Most are being sent to setup.log and add bulk to that file
without providing diagnostic benefit.  I have changed the log() calls to
send the messages to setup.log.full only.

I also shortened the messages in iostream.cc to make them more consistent
with the other messages.

The log() call in compress_gz::error() is commented out.  Should the
corresponding call in compress_bz::error() be commented out as well?
--
Mac :})
Give a hobbit a fish and he eats fish for a day.
Give a hobbit a ring and he eats fish for an age.

2002-01-25  Michael A Chase <mchase@ix.netcom.com>

    * archive.cc (archive::read): Send log() output only to setup.log.full.
    (archive::write): Ditto.
    (archive::peek): Ditto.
    (archive::tell): Ditto.
    (archive::error): Ditto.
    (archive::next_file_name): Ditto.
    (archive::~archive): Ditto.
    * compress.cc (compress::read): Ditto.
    (compress::write): Ditto.
    (compress::peek): Ditto.
    (compress::tell): Ditto.
    (compress::error): Ditto.
    (compress::next_file_name): Ditto.
    * compress_bz.cc (compress_bz::write): Ditto.
    (compress_bz::peek): Ditto.
    (compress_bz::tell): Ditto.
    (compress_bz::seek): Ditto.
    (compress_bz::error): Ditto.
    * compress_gz.cc (compress_gz::peek): Ditto.
    (compress_gz::tell): Ditto.
    (compress_gz::seek): Ditto.
    (compress_gz::error): Ditto.
    (compress_gz::~compress_gz): Ditto.
    * io_stream_cygfile.cc (io_stream_cygfile::peek): Ditto.
    * io_stream_file.cc (io_stream_file::peek): Ditto.
    * io_stream.cc (io_stream::factory): Ditto.
    (io_stream::~io_stream): Ditto.
    Shortened log() message.

Attachment: io_stream_file.cc-patch
Description: Binary data

Attachment: archive.cc-patch
Description: Binary data

Attachment: compress.cc-patch
Description: Binary data

Attachment: compress_bz.cc-patch
Description: Binary data

Attachment: compress_gz.cc-patch
Description: Binary data

Attachment: io_stream.cc-patch
Description: Binary data

Attachment: io_stream_cygfile.cc-patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]