From b87f43cb7ca0ceec933054e6b224b1b321eb7238 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 30 Jul 2013 15:43:08 +0000 Subject: -make use of deterministic ECDSA in FS, requires libgcrypt from Git as of yesterday --- src/util/disk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/disk.c') diff --git a/src/util/disk.c b/src/util/disk.c index cda28ce6d..e815afb2b 100644 --- a/src/util/disk.c +++ b/src/util/disk.c @@ -1,10 +1,10 @@ /* This file is part of GNUnet. - (C) 2001--2012 Christian Grothoff (and other contributing authors) + (C) 2001--2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but @@ -587,7 +587,7 @@ GNUNET_DISK_directory_test (const char *fil, int is_readable) } if (!S_ISDIR (filestat.st_mode)) { - LOG (GNUNET_ERROR_TYPE_WARNING, + LOG (GNUNET_ERROR_TYPE_DEBUG, "A file already exits with the same name %s\n", fil); return GNUNET_NO; } -- cgit v1.2.3