releasetools: Add missing log format specifier
Test: m otapackage Change-Id: I273cf315400dd2b624d2853ece0c30c6fb3d529d
This commit is contained in:
parent
8eded6960a
commit
88e1a14523
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue