aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-30 15:43:08 +0000
commitb87f43cb7ca0ceec933054e6b224b1b321eb7238 (patch)
treead54c100aed9b9cfe730fa8c50f49a511cca9170 /src/util/disk.c
parent4ea563a1d1fbdf020af2432c0b0320e8422051f7 (diff)
downloadgnunet-b87f43cb7ca0ceec933054e6b224b1b321eb7238.tar.gz
gnunet-b87f43cb7ca0ceec933054e6b224b1b321eb7238.zip
-make use of deterministic ECDSA in FS, requires libgcrypt from Git as of yesterday
Diffstat (limited to 'src/util/disk.c')
-rw-r--r--src/util/disk.c6
1 files changed, 3 insertions, 3 deletions
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 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2001--2012 Christian Grothoff (and other contributing authors) 3 (C) 2001--2013 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 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)
587 } 587 }
588 if (!S_ISDIR (filestat.st_mode)) 588 if (!S_ISDIR (filestat.st_mode))
589 { 589 {
590 LOG (GNUNET_ERROR_TYPE_WARNING, 590 LOG (GNUNET_ERROR_TYPE_DEBUG,
591 "A file already exits with the same name %s\n", fil); 591 "A file already exits with the same name %s\n", fil);
592 return GNUNET_NO; 592 return GNUNET_NO;
593 } 593 }