Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id XAA19485; Mon, 1 Sep 1997 23:14:35 -0700 (PDT) Received: from twinlark.arctic.org (twinlark.arctic.org [204.62.130.91]) by hyperreal.org (8.8.5/8.8.5) with SMTP id XAA19480 for ; Mon, 1 Sep 1997 23:14:32 -0700 (PDT) Received: (qmail 791 invoked by uid 500); 2 Sep 1997 06:14:52 -0000 Date: Mon, 1 Sep 1997 23:14:52 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: cvs commit: apachen/src/main http_log.c In-Reply-To: <199708271606.LAA21205@sierra.zyzzyva.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Probably because you unconsciously did a :w ... It does the "abort the commit" dialogue based on the mod time of the temp file you edited. Dean On Wed, 27 Aug 1997, Randy Terbush wrote: > > I aborted the vi session while editing this commit log. NORMALLY, > it asks if I want to abort the commit..... > > > > randy 97/08/27 08:49:14 > > > > Modified: src/main http_log.c > > Log: > > > > > > Revision Changes Path > > 1.28 +1 -0 apachen/src/main/http_log.c > > > > Index: http_log.c > > =================================================================== > > RCS file: /export/home/cvs/apachen/src/main/http_log.c,v > > retrieving revision 1.27 > > retrieving revision 1.28 > > diff -u -r1.27 -r1.28 > > --- http_log.c 1997/08/27 14:22:07 1.27 > > +++ http_log.c 1997/08/27 15:49:13 1.28 > > @@ -246,6 +246,7 @@ > > if (s->error_log) { > > fprintf(s->error_log, "[%s] %s", get_time(), errstr); > > vfprintf(s->error_log, fmt, args); > > + fprintf(s->error_log, "\n"); > > fflush(s->error_log); > > } > > #ifdef HAVE_SYSLOG > > > > > > > > > >