OSDN Git Service

arch_init.c: add missing '%' symbols before PRIu64 in debug printfs
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Wed, 5 Sep 2012 09:04:56 +0000 (13:04 +0400)
committerStefan Hajnoczi <stefanha@gmail.com>
Fri, 14 Sep 2012 07:21:29 +0000 (08:21 +0100)
commitef37a699a06f96e098ee00683b7052b5fbb6ad7d
tree791d025bc066c1cb4d9463662676e3617d6a64d2
parent6d1cc3210ccc4372ffa337c187da9db68314c0c4
arch_init.c: add missing '%' symbols before PRIu64 in debug printfs

'%' symbols were missing in front of PRIu64 macros in DPRINTF() messages in
arch_init.c, this caused compilation warnings when compiled with DEBUG_ARCH_INIT defined.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
arch_init.c