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

Diff of /monit/validate.c

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

revision 1.88 by martinp, Mon Sep 8 19:51:52 2003 UTC revision 1.89 by hauk, Tue Sep 9 02:57:43 2003 UTC
# Line 454  static int check_device(Service_T s) { Line 454  static int check_device(Service_T s) {
454    }    }
455    
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,
458                   "Event: unable to read device '%s' state\n",
459                   s->path);
460      return FALSE;      return FALSE;
461    } else {    } else {
462      DEBUG("'%s' succeeded to get device statistic for %s\n", s->name, s->path);      DEBUG("'%s' succeeded to get device statistic for %s\n", s->name, s->path);

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

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