gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8626 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r8626 - in gnunet/src: include util
Date: Sun, 5 Jul 2009 13:57:13 -0600

Author: grothoff
Date: 2009-07-05 13:57:13 -0600 (Sun, 05 Jul 2009)
New Revision: 8626

Modified:
   gnunet/src/include/Makefile.am
   gnunet/src/util/os_installation.c
Log:
log

Modified: gnunet/src/include/Makefile.am
===================================================================
--- gnunet/src/include/Makefile.am      2009-07-04 22:10:36 UTC (rev 8625)
+++ gnunet/src/include/Makefile.am      2009-07-05 19:57:13 UTC (rev 8626)
@@ -22,7 +22,7 @@
   gnunet_crypto_lib.h \
   gnunet_disk_lib.h \
   gnunet_fragmentation_lib.h \
-  gnunet_fs_lib.h \
+  gnunet_fs_service.h \
   gnunet_getopt_lib.h \
   gnunet_hello_lib.h \
   gnunet_network_lib.h \

Modified: gnunet/src/util/os_installation.c
===================================================================
--- gnunet/src/util/os_installation.c   2009-07-04 22:10:36 UTC (rev 8625)
+++ gnunet/src/util/os_installation.c   2009-07-05 19:57:13 UTC (rev 8626)
@@ -299,6 +299,9 @@
   if (ret != NULL)
     return ret;
   /* other attempts here */
+  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+             _("Could not determine installation path for GNUnet.  Set `%s' 
environment variable.\n"),
+             "GNUNET_PREFIX");
   return NULL;
 }
 





reply via email to

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