From e5549867e260f95cfe94af0bd9c4a656670f3f69 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Oct 1997 13:30:14 +0000 Subject: change verbose messages --- src/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/install.c') diff --git a/src/install.c b/src/install.c index 59d32e820..111449966 100644 --- a/src/install.c +++ b/src/install.c @@ -302,7 +302,7 @@ main (int argc, char **argv) { errors |= make_path (argv[optind], mode, mode, owner_id, group_id, 0, - (verbose ? "%s" : NULL)); + (verbose ? "creating directory `%s'" : NULL)); } } else @@ -445,7 +445,7 @@ copy_file (const char *from, const char *to, int *to_created) /* Now it's the time to give some feedback if requested. */ if (verbose) - printf ("%s -> %s\n", from, to); + printf ("copying `%s' to `%s'\n", from, to); fromfd = open (from, O_RDONLY, 0); if (fromfd == -1) -- cgit v1.2.3-54-g00ecf