ia64/xen-unstable
changeset 2422:2274a0386cc9
bitkeeper revision 1.1159.69.5 (4138e882jA1YaR_OfTfNHe_uT4PDIg)
trivial
trivial
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Fri Sep 03 21:56:18 2004 +0000 (2004-09-03) |
parents | 2c92a3484f05 |
children | a0d6f6965951 |
files | xen/arch/x86/shadow.c |
line diff
1.1 --- a/xen/arch/x86/shadow.c Fri Sep 03 21:53:33 2004 +0000 1.2 +++ b/xen/arch/x86/shadow.c Fri Sep 03 21:56:18 2004 +0000 1.3 @@ -262,7 +262,7 @@ void __shadow_mode_disable(struct domain 1.4 __free_shadow_table(m); 1.5 m->shadow_mode = 0; 1.6 1.7 - SH_LOG("freed tables count=%d l1=%d l2=%d", 1.8 + SH_VLOG("freed tables count=%d l1=%d l2=%d", 1.9 m->shadow_page_count, perfc_value(shadow_l1_pages), 1.10 perfc_value(shadow_l2_pages)); 1.11