/[pengfork]/pengfork/src/log.c
ViewVC logotype

Diff of /pengfork/src/log.c

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

revision 1.1 by nes, Thu Aug 29 15:04:05 2002 UTC revision 1.2 by nes, Thu Aug 29 21:18:46 2002 UTC
# Line 48  log (int level, char *format, ...) Line 48  log (int level, char *format, ...)
48    vfprintf (stderr, format, ap);    vfprintf (stderr, format, ap);
49  #endif  #endif
50    syslog (level, format, ap);    syslog (level, format, ap);
51    return 1;    return 0;
52  }  }
53    
54  int  int
# Line 60  debug (int level, char *format, ...) Line 60  debug (int level, char *format, ...)
60    if (level <= PARAM_DEBUG_LEVEL)    if (level <= PARAM_DEBUG_LEVEL)
61      vfprintf (stderr, format, ap);      vfprintf (stderr, format, ap);
62    
63    return 1;    return 0;
64  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26