summaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index a8b55af..4eebd1a 100644
--- a/src/util.c
+++ b/src/util.c
@@ -495,7 +495,7 @@ int copy_or_link_file(const char *src, const char *dst, int c) {
if (errno == EXDEV || errno == EPERM)
return copy_file(src, dst, c);
- fprintf(stderr, "link(%s, %s): %s\n", src, dst, strerror(errno));
+/* fprintf(stderr, "link(%s, %s): %s\n", src, dst, strerror(errno)); */
return -1;
}