OSDN Git Service

Turn common INFO messages down to VLOG(1)
authorColin Cross <ccross@android.com>
Mon, 28 Sep 2015 22:30:37 +0000 (15:30 -0700)
committerColin Cross <ccross@android.com>
Mon, 28 Sep 2015 22:30:37 +0000 (15:30 -0700)
commit4032d344d43d6495119bae41b5eaea3023d8d17b
tree82f95f90b7160e365ae07b4b0b51cc99de8d5de4
parentd5e8a0499b9efa147d45aabd47cfb2d2204c2323
Turn common INFO messages down to VLOG(1)

Turn messages that are printed on every run of relocation_packer down to
VLOG(1) to clean up ninja build output.

Bug: 24409581
Change-Id: I040aed6a7b4261eefa6f7278fa451180115b0716
tools/relocation_packer/src/elf_file.cc