projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6c86a
)
(make_path): Print verbose message using fprintf, not error.
author
Jim Meyering
<jim@meyering.net>
Mon, 6 Oct 1997 13:07:14 +0000
(13:07 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 6 Oct 1997 13:07:14 +0000
(13:07 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 8ac46fe466b14911f0199712ad7facc1a7f75517..7631c48329f67c69ff7fbbc77b7485ef4ce77b93 100644
(file)
--- a/
lib/makepath.c
+++ b/
lib/makepath.c
@@
-243,7
+243,7
@@
make_path (argpath, mode, parent_mode, owner, group, preserve_existing,
}
if (newly_created_dir && verbose_fmt_string != NULL)
-
error (0, 0
, verbose_fmt_string, dirpath);
+
fprintf (stderr
, verbose_fmt_string, dirpath);
if (owner != (uid_t) -1 && group != (gid_t) -1
&& chown (basename_dir, owner, group)