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

Diff of /monit/files.c

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

revision 1.15 by hauk, Sun Nov 3 08:42:00 2002 UTC revision 1.16 by hauk, Sun Nov 3 08:58:18 2002 UTC
# Line 310  int check_file(char *filename, char *des Line 310  int check_file(char *filename, char *des
310    if(lstat(filename, &buf) < 0) {    if(lstat(filename, &buf) < 0) {
311            
312      error("%s: Cannot stat the %s '%s' -- %s\n",      error("%s: Cannot stat the %s '%s' -- %s\n",
313            prog, description, STRERROR);            prog, description, filename, STRERROR);
314    
315      return FALSE;      return FALSE;
316            

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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