This is the mail archive of the cygwin-apps@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]

[setup PATCH] Remove pointless, worrying log message


Index: compress_bz.cc
===================================================================
RCS file: /home/max/cvsmirror/cygwin-apps-cvs/setup/compress_bz.cc,v
retrieving revision 2.7
diff -u -r2.7 compress_bz.cc
--- compress_bz.cc 10 Nov 2002 03:35:06 -0000 2.7
+++ compress_bz.cc 19 Jan 2003 15:21:14 -0000
@@ -194,7 +194,6 @@
 int
 compress_bz::error ()
 {
-  log (LOG_TIMESTAMP, "compress_bz::error called");
   return 0;
 }

Code calls compress_bz::error() to ask *whether* an error has occurred. It
is silly and scare-mongering to print "compress_bz::error called" to the log
in this case.

Ok to commit?

Max.


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