summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-01-24 16:41:16 -0500
committerOz Linden <oz@lindenlab.com>2014-01-24 16:41:16 -0500
commitcabd5867b7bb35cff08024a5b7305f1ad8adf3fb (patch)
tree2dcf9e5b80f83ab4c4d6ef956f13c661943dc62c /indra
parenteb6bfb9acae624427b050753e823f443cc262900 (diff)
parentcec62b7872db7a9ca52e3872b96bf36f6e271f77 (diff)
merge fix to the codesign fix
Diffstat (limited to 'indra')
-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: