diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 2013-06-11 18:46:46 +0000 |
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 2013-06-11 18:46:46 +0000 |
| commit | 94d5234b59784b2fc14e82e67bda8118c04fe091 (patch) | |
| tree | c4faa7191ac1e8b2508e56a0c10a6ef1b8ed0b4a /libexec | |
| parent | 2b0cbe6d3a0055b9fb5c2fc7a8685a46bdcdb307 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atrun/atrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 745d11e00337..594107e3d2c1 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -198,7 +198,7 @@ run_file(const char *filename, uid_t uid, gid_t gid) PRIV_END if (stream == NULL) - perr("cannot open input file"); + perr("cannot open input file %s", filename); if ((fd_in = dup(fileno(stream))) <0) perr("error duplicating input file descriptor"); |
