[Bf-blender-cvs] [26ba7573e61] blender-v2.82-release: Codesign: Fix wrong logging message

Sergey Sharybin noreply at git.blender.org
Mon Feb 3 17:53:19 CET 2020


Commit: 26ba7573e61e80de5f87967ba2e517972f689de7
Author: Sergey Sharybin
Date:   Mon Feb 3 17:53:03 2020 +0100
Branches: blender-v2.82-release
https://developer.blender.org/rB26ba7573e61e80de5f87967ba2e517972f689de7

Codesign: Fix wrong logging message

===================================================================

M	build_files/buildbot/codesign/macos_code_signer.py

===================================================================

diff --git a/build_files/buildbot/codesign/macos_code_signer.py b/build_files/buildbot/codesign/macos_code_signer.py
index ce2bfb6d1b5..44677339afa 100644
--- a/build_files/buildbot/codesign/macos_code_signer.py
+++ b/build_files/buildbot/codesign/macos_code_signer.py
@@ -389,8 +389,7 @@ class MacOSCodeSigner(BaseCodeSigner):
         Staple notarial label on the file
         """
 
-        logger_server.info(
-            'Waiting for a result from the notarization office.')
+        logger_server.info('Stapling notarial stamp.')
 
         command = ['xcrun', 'stapler', 'staple', '-v', file.absolute_filepath]
         self.check_output_or_mock(command, util.Platform.MACOS)



More information about the Bf-blender-cvs mailing list