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]

Re: [PATCH]Reduce messages in setup.log



===
----- 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


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