From df38250c3c6bae08b36fac7b12a8238a805e46a3 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Wed, 18 Apr 2012 20:17:07 -0700
Subject: [PATCH] fix logging to diagnose path problem

---
 indra/newview/viewer_manifest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d2cd6441757..c88dbd97b13 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -93,7 +93,7 @@ def construct(self):
                 self.path("windlight")
                 # ... and the pre-installed spell checking dictionaries
                 dictdir = os.path.join(os.pardir, os.pardir, self.args['configuration'], 'packages/dictionaries')
-                print "Trying dictionary relative to %s with %s" % (get_build_prefix(), dictdir);
+                print "Trying dictionary relative to %s with %s" % (self.get_build_prefix(), dictdir);
                 self.path(src=dictdir,
                           dst="dictionaries")
                 self.end_prefix("app_settings")
-- 
GitLab