summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-01-24 16:39:52 -0500
committerOz Linden <oz@lindenlab.com>2014-01-24 16:39:52 -0500
commite6de3616c715d94339bd43f25559faaef8ff3c55 (patch)
tree6e3c5413282c800c1c7e32bd59ec779c386ecbf5 /indra/newview
parente3b449e39647cc4c99cc05c21de46cf93e683e64 (diff)
parentcec62b7872db7a9ca52e3872b96bf36f6e271f77 (diff)
merge fix to the codesign fix
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/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 bf19722a82..96b4c7268c 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -833,7 +833,7 @@ class Darwin_i386_Manifest(ViewerManifest):
signed=True # if no exception was raised, the codesign worked
except ManifestError, err:
if sign_attempts:
- print >> sys.stderr, "codesign failed, waiting %d seconds before retrying"
+ print >> sys.stderr, "codesign failed, waiting %d seconds before retrying" % sign_retry_wait
time.sleep(sign_retry_wait)
sign_retry_wait*=2
else: