aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xc/lib/xc_linux_restore.c
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-30 16:56:08 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-04-30 16:56:08 +0000
commit0780b0730b169a1ef80c7308cffc760ddc03268e (patch)
treed10f790fdb7ea8e1de43546daf43cf15e265a406 /tools/xc/lib/xc_linux_restore.c
parent33e4a0c224e38eefd0654f8627363d928247b3a6 (diff)
downloadxen-0780b0730b169a1ef80c7308cffc760ddc03268e.tar.gz
xen-0780b0730b169a1ef80c7308cffc760ddc03268e.tar.bz2
xen-0780b0730b169a1ef80c7308cffc760ddc03268e.zip
bitkeeper revision 1.881 (409285285QhBEC23wsKBevdQUow-YA)
faster suspend
Diffstat (limited to 'tools/xc/lib/xc_linux_restore.c')
-rw-r--r--tools/xc/lib/xc_linux_restore.c2
1 files changed, 1 insertions, 1 deletions
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) )