gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r872 - GNUnet/src/util


From: grothoff
Subject: [GNUnet-SVN] r872 - GNUnet/src/util
Date: Mon, 6 Jun 2005 11:09:37 -0700 (PDT)

Author: grothoff
Date: 2005-06-06 11:09:34 -0700 (Mon, 06 Jun 2005)
New Revision: 872

Modified:
   GNUnet/src/util/hashing.c
Log:
log

Modified: GNUnet/src/util/hashing.c
===================================================================
--- GNUnet/src/util/hashing.c   2005-06-06 17:47:53 UTC (rev 871)
+++ GNUnet/src/util/hashing.c   2005-06-06 18:09:34 UTC (rev 872)
@@ -336,7 +336,7 @@
 #endif
            );
   if (fh == -1) {
-               LOG(LOG_ERROR, "Cannot open file\n");
+    LOG_FILE_STRERROR(LOG_EVERYTHING, "open", filename);
     return SYSERR;
   }
   sha512_init(&ctx);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]