summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-04-18 20:17:07 -0700
committerOz Linden <oz@lindenlab.com>2012-04-18 20:17:07 -0700
commitdf38250c3c6bae08b36fac7b12a8238a805e46a3 (patch)
tree65496891d529251978b38ebc5546fda83b4bb2b3 /indra/newview
parent1055edb9ea67d645325fc5bbc01a9ec1e0238ed0 (diff)
fix logging to diagnose path problem
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index d2cd644175..c88dbd97b1 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -93,7 +93,7 @@ class ViewerManifest(LLManifest):
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")