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

Diff of /monit/log.c

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

revision 1.10 by rory, Wed Jun 4 01:38:14 2003 UTC revision 1.11 by hauk, Thu Jun 5 20:45:47 2003 UTC
# Line 139  void log(const char *format, ...) { Line 139  void log(const char *format, ...) {
139    nolog:    nolog:
140    if(Run.have_tty) {    if(Run.have_tty) {
141            
142      fprintf(stdout, "%s", msg);      fprintf(stderr, "%s", msg);
143      fflush(stdout);      fflush(stderr);
144            
145    }    }
146        

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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