From 0780b0730b169a1ef80c7308cffc760ddc03268e Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Fri, 30 Apr 2004 16:56:08 +0000 Subject: bitkeeper revision 1.881 (409285285QhBEC23wsKBevdQUow-YA) faster suspend --- tools/xc/lib/xc_linux_restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xc/lib/xc_linux_restore.c') diff --git a/tools/xc/lib/xc_linux_restore.c b/tools/xc/lib/xc_linux_restore.c index 239df65984..893cd0cef4 100644 --- a/tools/xc/lib/xc_linux_restore.c +++ b/tools/xc/lib/xc_linux_restore.c @@ -246,7 +246,7 @@ int xc_linux_restore(int xc_handle, { if ( (pfn = ppage[j] >> PAGE_SHIFT) >= nr_pfns ) { - ERROR("Frame number in page table is out of range"); + ERROR("Frame number in type %d page table is out of range. i=%d j=%d pfn=%d nr_pfns=%d",pfn_type[i],i,j,pfn,nr_pfns); goto out; } if ( (pfn_type[pfn] != NONE) && (ppage[j] & _PAGE_RW) ) -- cgit v1.2.3