ia64/xen-unstable
changeset 2431:a6c74b209bdd
bitkeeper revision 1.1159.69.13 (413a58ee74ENA9qdHnGab6iTYgHQRA)
Fix formatting in debug message
Fix formatting in debug message
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Sun Sep 05 00:08:14 2004 +0000 (2004-09-05) |
parents | d1f4d611f5ae |
children | b7339d01b3a3 |
files | xen/arch/x86/memory.c |
line diff
1.1 --- a/xen/arch/x86/memory.c Sat Sep 04 23:04:53 2004 +0000 1.2 +++ b/xen/arch/x86/memory.c Sun Sep 05 00:08:14 2004 +0000 1.3 @@ -1061,7 +1061,7 @@ static int do_extended_command(unsigned 1.4 unlikely(!gnttab_prepare_for_transfer(e, d, gntref)) ) 1.5 { 1.6 MEM_LOG("Transferee has no reservation headroom (%d,%d), or " 1.7 - "provided a bad grant ref, or is dying (%08x).\n", 1.8 + "provided a bad grant ref, or is dying (%08lx).\n", 1.9 e->tot_pages, e->max_pages, e->flags); 1.10 spin_unlock(&e->page_alloc_lock); 1.11 put_domain(e);