Merge remote-tracking branch 'sami/vapier'

This commit is contained in:
Craig Small
2012-01-24 22:36:28 +11:00
7 changed files with 12 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ static void check_proc(int pid, struct run_time_conf_t *run_time)
if (fd == -1) {
/* process exited maybe */
if (run_time->warnings)
warn(_("cannot open file %s"), buf);
xwarn(_("cannot open file %s"), buf);
return;
}
fstat(fd, &statbuf);