aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pacredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacredir.c b/pacredir.c
index b17510c..2dabcb7 100644
--- a/pacredir.c
+++ b/pacredir.c
@@ -360,7 +360,7 @@ static int ahc_echo(void * cls,
if (stat(filename, &fst) != 0) {
if (verbose > 0)
- write_log(stderr, "stat() failed, you do not have a local copy of %s\n", basename);
+ write_log(stdout, "You do not have a local copy of %s\n", basename);
} else
last_modified = fst.st_mtime;