summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-08-26 20:37:54 -0700
committerMerov Linden <merov@lindenlab.com>2010-08-26 20:37:54 -0700
commit9d880615d1c8fee01b2528693466d48e816620db (patch)
treeb944e644d98360da4cc78a620f7a071b9feea28e /indra
parent63053aad8fc15a63bbd35c38de7bdc103b7fb4ab (diff)
VWR-20946 : fix erroneous error message (broken window...)
Diffstat (limited to 'indra')
-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 4058933d9f..08ba8c13b1 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -933,7 +933,7 @@ class Linux_i686Manifest(LinuxManifest):
self.path("libkdu.so")
pass
except:
- print "Skipping libkdu_v42R.so - not found"
+ print "Skipping libkdu.so - not found"
pass
try:
self.path("libfmod-3.75.so")