Codesign: Fix wrong logging message

This commit is contained in:
Sergey Sharybin 2020-02-03 17:53:03 +01:00
parent 3125cfceec
commit 26ba7573e6
1 changed files with 1 additions and 2 deletions

View File

@ -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)