aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_installation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-05 19:57:13 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-05 19:57:13 +0000
commit7ff499ccb77cb3943b49a85a5594f7cc152ca5d1 (patch)
treed3c4c6f81cf2881bbab1a1f78e40aeb97f418852 /src/util/os_installation.c
parent4a86e0b4faea9dc3e8bd1393ff0561fcf03ca785 (diff)
downloadgnunet-7ff499ccb77cb3943b49a85a5594f7cc152ca5d1.tar.gz
gnunet-7ff499ccb77cb3943b49a85a5594f7cc152ca5d1.zip
log
Diffstat (limited to 'src/util/os_installation.c')
-rw-r--r--src/util/os_installation.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/os_installation.c b/src/util/os_installation.c
index 201095544..cc1d61c20 100644
--- a/src/util/os_installation.c
+++ b/src/util/os_installation.c
@@ -299,6 +299,9 @@ os_get_gnunet_path ()
299 if (ret != NULL) 299 if (ret != NULL)
300 return ret; 300 return ret;
301 /* other attempts here */ 301 /* other attempts here */
302 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
303 _("Could not determine installation path for GNUnet. Set `%s' environment variable.\n"),
304 "GNUNET_PREFIX");
302 return NULL; 305 return NULL;
303} 306}
304 307