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

Diff of /monit/validate.c

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

revision 1.87 by martinp, Sun Sep 7 21:39:25 2003 UTC revision 1.88 by martinp, Mon Sep 8 19:51:52 2003 UTC
# Line 456  static int check_device(Service_T s) { Line 456  static int check_device(Service_T s) {
456    if(!DeviceInfo_Usage(s->devinfo, s->path)) {    if(!DeviceInfo_Usage(s->devinfo, s->path)) {
457      Event_post(s, EVENT_START, "Event: unable to read device state\n");      Event_post(s, EVENT_START, "Event: unable to read device state\n");
458      return FALSE;      return FALSE;
459      } else {
460        DEBUG("'%s' succeeded to get device statistic for %s\n", s->name, s->path);
461    }    }
462    
463    /* Test devices */    /* Test devices */

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

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