From f458511ece586b012a531dd7bc095ebc6be97b1e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Jun 2005 13:59:32 +0000 Subject: remove an uneeded warning git-svn-id: file:///home/lennart/svn/public/syrep/trunk@81 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') 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; } -- cgit