/[imapfilter]/imapfilter/log.c
ViewVC logotype

Diff of /imapfilter/log.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by lefcha, Sat Jul 13 21:19:23 2002 UTC revision 1.26.2.1 by lefcha, Sun Aug 25 10:26:58 2002 UTC
# Line 64  void error(const char *errmsg,...) Line 64  void error(const char *errmsg,...)
64    
65      vfprintf(stderr, errmsg, args);      vfprintf(stderr, errmsg, args);
66    
67      if (logfp) {      if ((options & OPTION_ERRORS) && logfp) {
68          vfprintf(logfp, errmsg, args);          vfprintf(logfp, errmsg, args);
69      }      }
70      va_end(args);      va_end(args);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.1

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26