commit | 5016e2df569bc7d67637060103dd360ed2f0d557 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Fri Aug 23 10:34:16 2013 -0700 |
committer | Juan Quintela <quintela@trasno.org> | Tue Sep 24 13:22:50 2013 +0200 |
tree | 2b2e15ebeee511559afa919bd29ce0a65d1a7ff1 | |
parent | 7102400d40be7fcfb017c8f211d6a37ecead2a2f [diff] |
migration: Fix debug print type The printf args are uint64_t and with -Werr QEMU doesn't compile with migration debugging turned on unless this is fixed. Fix it. Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org> Signed-off-by: Juan Quintela <quintela@redhat.com>