diff options
Diffstat (limited to 'lib/makepath.c')
| -rw-r--r-- | lib/makepath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makepath.c b/lib/makepath.c index 018b17e56..bf3528eb4 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -308,7 +308,7 @@ make_path (const char *argpath, if (newly_created_dir) { if (verbose_fmt_string) - fprintf (stderr, verbose_fmt_string, dirpath); + error (0, 0, verbose_fmt_string, dirpath); if ((owner != (uid_t) -1 || group != (gid_t) -1) && chown (basename_dir, owner, group) |
