From 26ba7573e61e80de5f87967ba2e517972f689de7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Feb 2020 17:53:03 +0100 Subject: Codesign: Fix wrong logging message --- build_files/buildbot/codesign/macos_code_signer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- cgit v1.2.3