From 2348bf307ca32bb65b54017ee1906fda48b55087 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 14 Jun 2005 13:47:09 +0000 Subject: *** empty log message *** --- src/info.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/info.cc') diff --git a/src/info.cc b/src/info.cc index 56d1dfd..effa887 100644 --- a/src/info.cc +++ b/src/info.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.3 2005/06/14 13:47:09 deva + * *** empty log message *** + * * Revision 1.2 2005/06/14 12:29:40 deva * Incorporated the use of the Info object everywhere... also using the log functionality. * @@ -75,7 +78,7 @@ void Info::log(char *fmt, ...) strftime(sdate, sizeof(sdate), "%d %b %H:%M:%S", localtime(&t)); fprintf(fp, "%s miav[%d] %s\n", sdate, getpid(), buf); - fprintf(stderr, "%s miav[%d] %s\n", sdate, getpid(), buf); + // fprintf(stderr, "%s miav[%d] %s\n", sdate, getpid(), buf); fclose(fp); -- cgit v1.2.3