summaryrefslogtreecommitdiffstats
path: root/raslib/error.hh
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-27 09:09:46 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-30 11:16:37 +0200
commitf75d8d2bd146dd8cfe16207377264218b148d197 (patch)
treecf7141d74b91f5fc7d698bf4d539827d11a82179 /raslib/error.hh
parentb2119927d072fdd6d99bccceb5fd3fd68771f4d0 (diff)
downloadrasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.gz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.tar.xz
rasdaman-upstream-f75d8d2bd146dd8cfe16207377264218b148d197.zip
PB: more benchmark improvement + correct log output handling
Diffstat (limited to 'raslib/error.hh')
-rw-r--r--raslib/error.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/raslib/error.hh b/raslib/error.hh
index 0042596..35c4e44 100644
--- a/raslib/error.hh
+++ b/raslib/error.hh
@@ -76,11 +76,8 @@ rasdaman GmbH.
* error text file ------------------
*/
-/// name of variable which should contain path to rasdaman home dir
-#define RASDAMAN_PATH_VARNAME "RMANHOME"
-
-/// relative path to error text file, starting from $RMANHOME
-#define ERRORTEXXT_PATH "/bin"
+/// relative path to error text file, starting from rasdaman installation root
+#define ERRORTEXT_PATH "/bin"
/// error text file name
#define ERRORTEXT_FILE "errtxts"