gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2613 - GNUnet/src/applications/fs/module


From: durner
Subject: [GNUnet-SVN] r2613 - GNUnet/src/applications/fs/module
Date: Wed, 5 Apr 2006 09:01:33 -0700 (PDT)

Author: durner
Date: 2006-04-05 09:01:28 -0700 (Wed, 05 Apr 2006)
New Revision: 2613

Modified:
   GNUnet/src/applications/fs/module/ondemand.c
Log:
improve error message

Modified: GNUnet/src/applications/fs/module/ondemand.c
===================================================================
--- GNUnet/src/applications/fs/module/ondemand.c        2006-04-05 07:17:25 UTC 
(rev 2612)
+++ GNUnet/src/applications/fs/module/ondemand.c        2006-04-05 16:01:28 UTC 
(rev 2613)
@@ -469,7 +469,8 @@
   FREE(db);
   FREE(fn);
   if (ret == SYSERR) {
-    BREAK();
+    LOG(LOG_ERROR, "Indexed content does not match its hash.\n");
+    /* FIXME: delete content */
     return SYSERR;
   }
 





reply via email to

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