bugfix
[oweals/gnunet.git] / src / util / os_installation.c
index 20109554457c047a8719169533c975d5e229c8c4..cc1d61c2099c2e724eb8407fe7812ad1c37088a2 100644 (file)
@@ -299,6 +299,9 @@ os_get_gnunet_path ()
   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;
 }