[PATCH]Reduce messages in setup.log

Robert Collins robert.collins@itdomain.com.au
Mon Jan 28 22:17:00 GMT 2002


===
----- Original Message -----
From: "Robert Collins" <robert.collins@itdomain.com.au>
> > 1.  If a method only returns a constant 0, the message should go to
> > setup.log.full to make it easier to tell where more work may be
> needed.
>
> Yes, LOG_TIMESTAMP (so that a casual inspection will have it visible).
> Likewise for any constant response, with a couple of exceptions:
> * IF the method will *never* get implemented (ie, do we ever need
> writeable archives?) Then the message level should be LOG_BABBLE, and
it
> should say something like "Foo::Bar - I wasn't expected to be
> implemented OR used!"
* Or for virtual functions that should be abstract, but can't be (for
whatever reason). (ie io_stream::~io_stream()).

Rob



More information about the Cygwin-patches mailing list