--- winsup/cinstall/io_stream.cc-0 Thu Jan 24 16:44:00 2002 +++ winsup/cinstall/io_stream.cc Sun Jan 27 01:27:33 2002 @@ -46,7 +46,7 @@ io_stream::factory (io_stream * parent) * case io_stream * foo = new bz2 * return foo */ - log (LOG_TIMESTAMP, "io_stream::factory has been called"); + log (LOG_BABBLE, "io_stream::factory called"); return NULL; } @@ -273,6 +273,6 @@ io_stream::exists (const char *name) io_stream::~io_stream () { if (!destroyed) - log (LOG_TIMESTAMP, "io_stream::~io_stream: It looks like a class hasn't overriden the destructor!"); + log (LOG_BABBLE, "io_stream::~io_stream: Not overridden!"); return; }