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

Diff of /monit/log.c

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

revision 1.5 by hauk, Tue Dec 17 19:55:17 2002 UTC revision 1.6 by hauk, Thu Dec 19 20:50:06 2002 UTC
# Line 130  void log(const char *format, ...) { Line 130  void log(const char *format, ...) {
130    }    }
131    
132    nolog:    nolog:
133    if(have_tty) {    if(Run.have_tty) {
134            
135      fprintf(stdout, "%s", msg);      fprintf(stdout, "%s", msg);
136      fflush(stdout);      fflush(stdout);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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