Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7c4fc39 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "releasetools: Add missing log format specifier" am: 8b3c9a1b am: 48c6b581

Change-Id: Ie7d323906fb55ca4548ad997557773a5c6b58083
parents 15fc5c3a 48c6b581
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ class PayloadSigner(object):
    common.RunAndCheckOutput(cmd)
    with open(out_signature_size_file) as f:
      signature_size = f.read().rstrip()
    logger.info("% outputs the maximum signature size: %", cmd[0],
    logger.info("%s outputs the maximum signature size: %s", cmd[0],
                signature_size)
    return int(signature_size)